
body{
margin:0;
font-family:Arial;
background:#f2f2f2;
}

.header{
background:#ff7a00;
color:white;
padding:15px;
display:flex;
justify-content:space-between;
font-weight:bold;
}

.actions{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
padding:10px;
}

.btn{
display:block;
text-align:center;
padding:12px;
border-radius:20px;
text-decoration:none;
color:white;
font-weight:bold;
}

.orange{background:#ff7a00;}
.green{background:#21c400;}
.red{background:#ff3b30;}

.market{
background:white;
margin:10px;
border-radius:10px;
overflow:hidden;
}

.time{
background:#ff7a00;
color:white;
padding:8px;
font-size:12px;
}

.title{
padding:10px;
font-weight:bold;
}

.result{
text-align:center;
font-size:18px;
}

.status{
background:#2c7be5;
color:white;
text-align:center;
padding:8px;
}

.bottom{
position:fixed;
bottom:0;
width:100%;
background:#ff7a00;
display:flex;
justify-content:space-around;
padding:10px;
}

.bottom a{
color:white;
text-decoration:none;
font-size:12px;
}
