body{
    font-family:poppins,sans-serif;
    background-color:#242222
}
.box{
    float:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    width:60%;
    border-radius:8px;
    background-color:#242222;
    box-shadow:0 0 15px #000
}
