
body{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

section{
    width: 400px;
    background-color:rgb(214, 214, 214);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 20px 16px teal;}

h2{
    font-family: sans-serif;
    font-size: 3em;
    color: teal;
}