img{
    width: 200px;
}

.topo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FEE4C3;
    border: solid 3px rgb(0, 21, 137);    
}

h1{
    font-size: 50px;
    color: green;
    text-align: center;
}

.navbar{
    text-align: center;
    background-color: rgb(119, 169, 235);
    padding: 20px;
    font-size: 17px;
}

.navbar > a{
    text-decoration: none;
    margin: 40px;
    color: rgb(126, 25, 25);
}

body{
    background-color: rgb(216, 216, 216);
    align-items: center;
}

h2{
    text-align: center;
    font-size: 24pt;
}

p{
    font-size: 24pt;
    text-align: center;
    color: blueviolet;
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
}

.books{
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 20px;
}

.iframes{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.iframes > iframe{
    width: 400px;
    height: 400px;
    padding: 20px;
}

table{
    border: dashed 3px red;
    width: 363px;
    display: flex;
    margin: 0 auto;
}


th,td{
    border: solid 1px red;
    text-align: center;
    padding: 7px;
}

th{
    color: red;
}

.amarelo{
    background-color: yellow;
    width: 40%;
    margin: auto;
}

#p-titulo{
    color: black;
    font-size: 17px;
    position: relative;
    right: 177px;
}

li > a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: red;
}

li{
    text-align: left;
}

ul{
    margin: 10px;
}

.final{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FEE4C3;
}

.final > img{
    width: 90px;
}

.final > p{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 420px;
    font-size: 20px;
}