body{
    background-color: #FFDD00;
}

.paginas li{
    margin-bottom: 1.8rem;
}

a.link{
    color: #000;
    text-decoration: underline;
    font-size: 1.25rem;
}

.img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img > img{
    width: 80px;
    height: 80px;
}

hr{
    color: #fff;
    border-style: dashed;
    margin-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.center{
    text-align: center;
}

a.close-btn{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    color: #000;
    text-decoration: none;
}

a.action-btn{
    display: block;
    padding: 0.5rem 1rem;
    margin: 2rem 15px;
    font-size: 2rem;
    font-weight: bolder;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    text-align: center;
}