h1, h2 {
    font-family: sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

.title {
    margin-top: 250px;
}

ul:nth-of-type(1) {
    margin-top: 50px;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-self: center;

    & li:nth-of-type(1) {
        margin-right: 10px;
    }

    & li:nth-of-type(3) {
        margin-right: 170px;
    }
}

a {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    text-decoration: none;
}

button {
    width: 250px;
    height: 80px;
    border-radius: 10px;
    border-width: 3px;
    box-shadow: 0px 0px 10px gray;

    & h2 {
        font-size: 40px;
        margin-top: 15px;
    }
}