.left{
    width: 18%;
    height: 100%;
    background-color: #666;
    position: absolute;
    left: 0;
}
.arealeft{
    width: 100%;
    height: 100%;
    position: relative;
}
.notices{
    width: 90%;
    height: 80%;
    background-color: #fffc;
    border-radius: 10px;
    position: absolute;
    box-shadow: 1px 2px 6px black;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.noticesArea{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4%;
}
 .editavel{
    width: 82%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #666;
 }
 .areaEditavel{
    width: 100%;
    height: 100%;
    position: relative;
}
.conteudo{
    width: 96%;
    height: 96%;
    background-color: #fffc;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    box-shadow: 1px 2px 6px black;

}
.areaConteudo{
    width: 100%;
    height: 100%;
    position: relative;
}
.btnNotices{
    width: 92%;
    height: 16%;
    background-color: #ffee00;
    border-radius: 10px;
    box-shadow: 1px 2px 6px black;
    
    font-size: 100%;
}
.btnNotices>a{
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.areaLink{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.areaLink>b{
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
     padding: 0.5rem;
     /*word-break: break-word;*/
     text-align: center;
}