
body {
    overflow: hidden;
    color: white;
    background-color: #394c91;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    font-family: "Poppins", "sans-serif"

}

img.logo {
    width: 168px;
}

div.wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

div#slide-1 {
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-self: center;
    position: absolute;
    text-align: center;
}

div#slide-2 {
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-self: center;
}


h2 {
    font-weight: 200;
}

h3 {
    font-weight: normal;
}

a {
    color: #76c1d9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
