.location-box{
margin-top:25px;
text-align:left;
}

select{
width:100%;
padding:12px;
margin-top:10px;
border-radius:6px;
border:1px solid #ccc;
font-size:16px;
}

body{
font-family:Arial,Helvetica,sans-serif;
background:#e9edf2;
margin:0;
padding:0;
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;
}

.container{
background:white;
max-width:640px;
padding:50px 40px;
text-align:center;
border-radius:10px;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

h1{
font-size:34px;
font-weight:700;
color:#333;
margin-bottom:20px;
}

.subtext{
font-size:18px;
color:#555;
margin-bottom:30px;
}

.btn{
display:inline-block;
background:#1e73d8;
color:white;
padding:16px 40px;
border-radius:8px;
text-decoration:none;
font-size:18px;
font-weight:bold;
}

.btn:hover{
background:#155db2;
}

.steps{
text-align:left;
margin-top:20px;
line-height:1.6;
color:#444;
}

.small-text{
margin-top:35px;
font-size:13px;
color:#777;
line-height:1.6;
}

.footer{
margin-top:25px;
font-size:13px;
color:#666;
}

.footer a{
color:#666;
text-decoration:none;
margin:0 8px;
}

.footer a:hover{
text-decoration:underline;
}

ul{
margin-top:15px;
padding-left:20px;
text-align:left;
}

li{
margin-bottom:8px;
}