* {
    margin: 0;
    padding: 0;
}

html{
    min-height: 100%;
}

body {
    background-image: url(./imagens/site.jpg);
    background-size: 100% 100%;
    font-family: 'Courier New', Courier, monospace;
}

@media(max-width: 800px){
    .navbar{
        flex-direction: column;
        justify-content: center;
    }
    .box ul{
        display: flex;
        flex-wrap: wrap;
    }
    
}

.navbar{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    background-color: rgb(255, 212, 237);
    padding: 20px 10px;
    border-bottom-style: dotted;
    border-width: 10px;
    border-color: #83a4ff;
}

.navbar-list{
    display: flex;
    position: relative;
    width: auto; height: auto;
    gap: 16px;
    list-style: none;
    justify-content: space-between;
}

.navbar-list a{
    display: flex;
    font-size: 15px;
    justify-content: center;
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
    color: whitesmoke;
    padding-block: 16px;
    width: 80px; height: auto;
    text-decoration-line: none;
    font-weight: bolder;
    background-color: #eb8686;
    border-radius: 100%;
}

.navbar h1{
    display: flex;
    font-size: 25px;
	font-weight: bold;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
    color: #eb8686;
    position: relative;
    background-color: whitesmoke;
    border-radius: 40%;
}

.navbar img{
    width: 25px;
}

.box {
    display: flex;
    background-color: #ffffff41;
    border: 5px double rgb(0, 0, 0);
    padding: 20px 20px;
    width: 70%; height: auto;
    margin: 50px auto;
    color:#000000;
    border-end-start-radius: 30px;
    border-start-end-radius: 30px;
}

.box:hover{
    border: 20px solid rgb(255, 212, 237);
    background-color: #fff5e0;
    transition: 0.5s;
}


.sub-box{
    display: flex;
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    color:rgb(255, 255, 255);
    background-color: #eb8686;
    border-radius: 30%;
    margin: 10px;
}
span{
    font-weight: bold
}
.sub{
    display: flex;
    position: absolute;
    justify-content: center;
    height: 40px;
    width: 70%;
}

.text {
    display: inline-flex;
    padding-top: 50px;
    text-align: center;
    position:relative;
    justify-content: center;
    align-items: center;
    height: 72%;
    top: 15px;
    font-size: 15px;
    word-break: break-word;
}

#email {
    width: 100%;
    margin: 10px;
}

.box img {
    padding-right: auto;
    width: 150px;
    margin: 10px;
}

.cat{
    display: flex;
    width: 100%; height: 90%;
    padding-top: 80px;
    justify-content: space-around;
}

.cat cat-ret{
    display: flex;
    width: 100%;
}

.cat-ret img {
    height: 100px; width: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 10px;
    border-radius: 50%;
}

.box ul {
    list-style: none;
    padding-top: 60px;
}

.espaco{
    width: 100vw;
    height: 100vh;
    
}

footer{
    background-color: #83a4ff;
    color: #fff;
    position:relative;
    bottom: 0;
    overflow: auto;
    margin: auto;
    padding: 10px;
    align-items: center;
    text-align: center;
} 
