h1, h2 {
    font-family: sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

h1 {
    margin-top: 300px;
}

.explenation {
    margin-top: 100px;
}

a {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    text-decoration: none;
}

button {
    width: 300px;
    height: 100px;
    border-radius: 10px;
    border-width: 3px;
    box-shadow: 0px 0px 10px gray;

    & h2 {
        font-size: 45px;
        margin-top: 22px;
    }
}