@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
    height: 100%;
    scroll-snap-type: y mandatory;
    background-color: black;

    font-size: 1.5vw;
}

a {
    color: inherit;
    text-decoration: inherit;
}

* {
    margin: 0;
    padding: 0;

    font-family: 'Poppins', sans-serif;
}

table {
    margin: 0;
    padding: 0;
}

.section {
    scroll-snap-align: start;
    scroll-snap-stop: always;

    /* background: white; */
    color: black;

    margin: 20vh 0 20vh 0;
    scroll-margin: 20vh 0 20vh 0;
    height: 60vh;
    position: relative;
}

.section-1 {
    /* background: linear-gradient(135deg, #001242, #0094C6); */
    color: white;
}

.section-1 img {
    width: 55vh;
    margin: 2vh;
}

.section-1 h1 {
    text-align: center;
    margin-bottom: 2vh;
}

.section-1 p {
    text-align: justify;
    margin: 2vh 0 2vh 0;
}

.section-1 .section-1-text {
    margin-left: 2vh;
    padding: 5vh;
    text-align: center;
    vertical-align: middle;
    width: 75%;

    background-color: rgba(255, 255, 255, 75%);
}
