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

* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: #005852;*/
    background-color: #1d3557;
    /*color: #edede9;*/
}

header {
    border-bottom: 3px solid #bacbe6;
    color: #bacbe6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

header .logo_name {
    font-size: 25px;
    padding-left: 4px;
}

body {
    text-align: center;
}

main {
    padding: 0 15px 0 15px;
}
#title {
    text-align: center;
    margin-top: 3rem;
}

#title h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #f6fff8;
    text-shadow: 0 7px 4px rgba(0, 0, 0, 0.5);
}

#title h3 {
    color: #f6fff8;
    /*text-shadow: 0 7px 4px rgba(0, 0, 0, 0.5);*/
}

#title-introduction {
    text-align: center;
    margin-top: 4.5rem;
    font-size: 20px;
    color: #f6fff8;
}

#introduction {
    margin-top: 20px;
    text-align: center;
    color: #edf2f4;
}

#title-what-are-they {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 20px;
    color: #f6fff8;
}

#what-are-they {
    margin-top: 20px;
    text-align: center;
    color: #edf2f4;
}

#what-are-they-continuation {
    margin-top: 20px;
    text-align: center;
    color: #edf2f4;
}

#title-if-you-find-it {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 20px;
    color: #f6fff8;
}

#if-you-find-it {
    margin-top: 20px;
    margin-bottom: 2rem;
    text-align: center;
    color: #edf2f4;
}