.surf_logo
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 507px;
    height: 117px;
}

body
{
    background-image: url("../images/grainy_background.jpg");
}

#back_button
{
    margin-top: -90px;
    width: 206px;
    height: 75px;
}

.block
{
    width: 800px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    
}

.block_position
{
    width: 100%;
    
}

#img_position
{
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
    padding: 20px;
    
}
 
#text_position 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    
}

#list
{
    font-size: 35px;
}

#how_to
{
    margin-top: 100px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    background: white;
    height: 109px;
    width: 620px;
}

#new_game
{
    margin-top: 40px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    background: white;
    
}