body{
    background-color: rgb(141, 231, 216);
    line-height: 1.5;
    font-family: sans-serif;
    text-align: justify;
    margin: 2em;
    border: solid 1px;
    padding: 2em;
    
}

h1{
    text-align: center;
    font-size: 22px;
}

h2{
    text-align: center;
    color: antiquewhite;
}

button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background-color: black;
    text-align: center;

    display: block;
    margin: auto;
}

button a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: red;
    text-decoration: none;
}

img{
    display: block;
    margin: auto;
    width: 50%;
}

header{
    pa
}
