body{
background:#0a1a44;
font-family:Arial;
color:white;
text-align:center;
}

.card{
width:350px;
margin:50px auto;
background:#122a72;
padding:20px;
border-radius:15px;
}

input{
width:90%;
padding:10px;
margin:8px;
border:none;
border-radius:8px;
}

button{
width:90%;
padding:12px;
background:#1e90ff;
border:none;
border-radius:25px;
color:white;
margin-top:15px;
}

.follow{
display:block;
background:#ff3b3b;
padding:10px;
margin:8px;
border-radius:20px;
color:white;
text-decoration:none;
}

a{
color:white;
}