.content{
    width: 80%;
    margin-left: 10%;
    height: 80vh;
    background-color: rgb(148, 228, 255);
}

div.temp{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(0, 183, 255);
    width: 260px;
    height: 65px;
}

.blog{
    position: relative;
    top: 17px;
    font-size: 23px;
}