body{

background:#f6f6f6;

font-family:Arial;

}

.container{

width:350px;

margin:60px auto;

background:white;

padding:30px;

border-radius:15px;

text-align:center;

box-shadow:0 0 15px rgba(0,0,0,.2);

}

button{

background:#d62828;

color:white;

padding:15px 25px;

border:none;

border-radius:10px;

font-size:18px;

cursor:pointer;

}

img{

border-radius:50%;

}
.logo{
    width:220px;
    display:block;
    margin:0 auto 20px;
}