html, body {
    background-color: #ffffff;
    margin: 00px;
    padding: 00px;
    font-family: monospace;
}
.main {
    width: 700px;
    height: 550px;
    background-color: #ffffff;
    border: #b00b69 4px solid;
    border-radius: 10px;
    position: absolute;
    left: 430px;
    top: 30px;
}
.left {
    width: 200px;
    height: 560px;
    background-color: #b00b69;
    border-radius: 10px;
    position: absolute;
    left: 200px;
    top: 30px;
}
.iframe {
    width: 650px;
    height: 500px;
    border: none;
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog {
    position: absolute;
    left: 17px;
}
.texto {
    position: absolute;
    text-align: center;
    color: white;
    top: 125px;
}
.link {
    color: #b00b69;
    position: absolute;
    bottom: 20px;
    left: 1100px;
    text-decoration: none;
}
.posts {
    position:relative;
    left: 50px;
    top: 220px;
}
.pagina {
    text-decoration: none;
    color: #b00b69;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}
.pagina:hover {
    background-color: #b00b69;
    color: white;
    border: white 1px solid;
}