* {
    margin: 0;
    padding: 0;
    color: #144483;
}


body {
    min-height: 100vh;
    background: url("../assets/background.png");
    background-position: center;
    background-size: 110%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 350px;
}



button {
    width: 70%;
    height: 52px;
    border-radius: 10px;
    font-size: 1.3rem;
    outline: 0;
}

.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}


.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}