.centered-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.centered-container h1, h2, h3, p {
    margin-top: 2px;
}

.desc {
    display: inline-block;
}

body {
    background-color: #183c52;
    font-family: "Lato", sans-serif;
    overflow: hidden;
}

a {
    text-decoration: none;
}

p, h1, h2, h3, h4, li, a {
    color: #c6d8e2;
}