body{
    background-image: url(images/blog/bg16.jpg);
    background-repeat: repeat;
    background-size: 200px;
}

.box{
    position: absolute;
    border: solid, rgb(207, 0, 0);
    border-radius: 4%;
    margin-bottom: 20px;
    

    top: 70px;
    left: 340px;
    width: 700px;
    height: auto;

    background-color: rgba(245, 245, 220, 0.842);
    background-position: center;
    background-size: cover;
    
}

p, li{
    font-family: "Bruno Ace", sans-serif;
    font-weight: 400;
    font-style: normal;

    margin: 20px;
}

h1, h2, h3{
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   
    margin: 20px;
}

hr{
    color: rgb(207, 0, 0);
    margin: 20px;
}

#RecentLine{
    margin: 2px;

    margin-left: 20px;
    margin-right: 20px;
}

a,
a:visited {
    color: rgb(255, 88, 27);
    
    font-family: "Bruno Ace", sans-serif;
    font-weight: 400;
    font-style: normal;

    margin-left: 620px;
    margin-top: 50px;
    
}

a:hover,
a:focus{
    color: rgb(207, 0, 0);
    text-decoration: none;
}

img{
    margin: 7px;
    position: relative;
    left: 115px;
    bottom: 10px;
    
}