body {
    background-image: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #aaaaaa;
}

::-webkit-scrollbar {
    width: 0;
    /* remove scrollbar space */
    background: transparent;
    /* to make scrollbar invisible */
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

.fondo {
    background-image: url(https://file.garden/aU96jII0UybtQn9S/stargze%20web%20site/blog%20bg%203-01.png);
    background-size: cover;
    width: 1200px;
    height: 1000px;
    margin: auto;
    position: relative;
}

.contenido {
    background-color: transparent;
    width: 628px;
    height: 650px;
    position: absolute;
    margin-left: 285px;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.blogbox {
    position: absolute;
    margin-top: 98px;
    border: 0px;
    height: 483px;
}

.shoutbox {
    position: absolute;
    z-index: 1;
    margin-top: 230px;
    margin-left: 635px;
}

.header {
    background-image: url(https://file.garden/aU96jII0UybtQn9S/stargze%20web%20site/blog%20banner%205-01.png);
    background-size: cover;
    grid-row: 1/2;
    grid-column: 1/7;
}

img {
    width: 80px;
    position: relative;
    margin-left: 320px;
    margin-top: -10px;
    border: solid 1px #b7e203;
}

.profileinfo {
    background-color: white;
    position: absolute;
    margin-left: 450px;
    margin-top: 110px;
    color: #8e8e8e;
    font-size: 10px;
    width: 163px;
    line-height: 0;
}

b {
    color: #b7e203;
}

.footer {
    background-color: white;
    height: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    margin-top: 600px;
    width: 628px;
    position: absolute;
}