header>img {
    width: 15%;
    height: 8%;
    position: relative;
    top: 10px;
}

main {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

main h1 {
    /* margin-top: 2rem; */
    color: orange !important;
}

.top-container {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-family: "Unbounded", cursive;
    font-size: 2rem;
    width: 100%;
    color: black;
}

.top-container img {
    width: 70%;
    border-radius: 30px;
    margin-top: 5em;
}

.instructions {
    text-align: center;
    font-family: "Unbounded", cursive;
    font-size: 2rem;
    margin-top: 2rem;
}

.instructions p {
    word-spacing: 0.20rem;
    letter-spacing: 0.1rem;
    color: black;
}

.instructions p span {
    color: black;
    font-weight: bold;
}

.nextBtn {
    margin-top: -30px;
    font-size: 2rem;
    text-align: center;
}

.nextBtn a {
    background-color: orange;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 30%;
    display: block;
    margin-top: 10px;
}