* {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    outline: none;
}

 body{

    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(214, 197, 176);
}

section {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    display: table;
    position: relative;
}

h1 {
    margin: 0px auto;
    display: table;
    font-size: 26px;
    padding: 40px 0px;
    color: #002e5b;
    text-align: center;
}

    h1 span {
        font-weight: 500;
    }

header {
    width: 100%;
    display: table;
    background-color: rgb(243, 156, 156) ;
    margin-bottom: 50px;
}

#logo {
    float: left;
    text-align: left;
    font-size: 24px;
    color:  black;
    font-weight: 600;
    padding: 20px 0px;
}

nav {
    width: auto;
    float: right;
}

    nav ul {
        display: table;
        float: right;
    }

        nav ul li {
            float: left;
        }

            nav ul li:last-child {
                padding-right: 0px;
            }

            nav ul li a {
                color: #002e5b;
                font-size: 18px;
                padding: 25px 20px;
                display: inline-block;
                transition: all 0.5s ease 0s;
            }

                nav ul li a:hover {
                    background-color: #002e5b;
                    color: white;
                    transition: all 0.5s ease 0s;
                }

                    nav ul li a:hover i {
                        color: white;
                        transition: all 0.5s ease 0s;
                    }

                nav ul li a i {
                    padding-right: 10px;
                    color: #002e5b;
                    transition: all 0.5s ease 0s;
                }

.toggle-menu ul {
    display: table;
    width: 25px;
}

    .toggle-menu ul li {
        width: 100%;
        height: 3px;
        background-color: #002e5b;
        margin-bottom: 4px;
    }

        .toggle-menu ul li:last-child {
            margin-bottom: 0px;
        }

input[type=checkbox], label {
    display: none;
}

.content {
    display: table;
    margin-bottom: 60px;
    width: 900px;
}

    .content h2 {
        font-size: 18px;
        font-weight: 500;
        color: #002e5b;
        border-bottom: 1px solid #fde428;
        display: table;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .content p {
        font-size: 14px;
        line-height: 22px;
        color: #7c7c7c;
        text-align: justify;
    }

footer {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}

.social {
    margin: 0px auto;
    display: table;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;


}

    .social li {
        float: left;
        padding: 0px 10px;
    }

        .social li a {
            color: #002e5b;;
            transition: all 0.5s ease 0s;
        }

            .social li a:hover {
                color: #fde428;
                transition: all 0.5s ease 0s;
            }

@media only screen and (max-width: 1440px) {
    section {
        max-width: 95%;
    }
}

@media only screen and (max-width: 980px) {
    header {
        padding: 20px 0px;
    }

    #logo {
        padding: 0px;
    }

    input[type=checkbox] {
        position: absolute;
        top: -9999px;
        left: -9999px;
        background: none;
    }

        input[type=checkbox]:fous {
            background: none;
        }

    label {
        float: right ;
        padding: 8px 0px;
        display: inline-block;
        cursor: pointer;
    }

    input[type=checkbox]:checked ~ nav {
        display: block;
    }

    nav {
        display: none;
        position: absolute;
        right: 0px;
        top: 53px;
        background-color: black;
        padding: 0px;
        z-index: 99;
    }

        nav ul {
            width: auto;
        }

            nav ul li {
                float: none;
                padding: 0px;
                width: 100%;
                display: table;
            }

                nav ul li a {
                    color: #FFF;
                    font-size: 15px;
                    padding: 10px 20px;
                    display: block;
                    border-bottom: 1px solid rgba(225,225,225,0.1);
                }

                    nav ul li a i {
                        color: #fde428;
                        padding-right: 13px;
                    }
}

@media only screen and (max-width: 980px) {
    .content {
        width: 90%;
    }
}

@media only screen and (max-width: 568px) {
    h1 {
        padding: 25px 0px;
    }

        h1 span {
            display: block;
        }
}

@media only screen and (max-width: 480px) {
    section {
        max-width: 90%;
    }
}

@media only screen and (max-width: 360px) {
    h1 {
        font-size: 20px;
    }

    label {
        padding: 5px 0px;
    }

    #logo {
        font-size: 20px;
    }

    nav {
        top: 47px;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        padding: 20px 0px;
    }
}
.imag {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 48%;
}

.lot {
    text-align: center;
}

.btn btn-outline-info btn-lg {
    position: absolute;
    top: 50%;
}

.change {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.poem li:first-child::first-letter
{
  font-size:60px;
  text-underline-position: below;
  text-underline-offset:inherit;
  font-style:italic;
  padding-right:3px;
  text-align: left;
}
.poem li:not(:first-child)
{
  margin-left: 33px;
}
.poem li
{
  font-family:Times New Roman;
  font-style:italic;
  padding-bottom: 0.1em;
  font-size: 21px;
  text-align: left;
}
.poem ul, .poem ol
{
    list-style-type: none;
}

body {
    padding: 25px;
    background-color: white;
    color: black;
    font-size: 25px;
  }
  
  .dark-mode {
    background-color: rgb(17, 17, 17);
    color: white;
  }

