

/* */

li {
    padding-bottom: 5px;
}

img {
    border-style:  solid;
}

.sec {
    border-style: solid;
    padding-left: 10px;
    padding-top: 10px;
    background-color: rgb(184, 230, 243);

}

h1 {
    font-size: 2.5em;
}

header {
    text-align: center;
}

nav {
    text-align: center;
    border-style: solid;
    padding: 10px;
    background-color: rgb(184, 230, 243);
}

iframe {
    border-radius: 45px;
    border-width: 5px;
    border-color: red;
}

footer {
    text-align: center;
}

body {
    background-color: rgb(134, 198, 236);
    font-family: 'Times New Roman', Times, serif;
    margin: 10px;
    color:rgb(106, 43, 43);
}
