*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
}.nav{
        margin-top: 20px;
        height: auto;
        padding-top: 10px;
        padding-left: 20px;
        position: absolute;
        top: 20%;
        left: 0;
    
    }.nav a{
        text-shadow: 2px 2px #09d1eb;
        border: 4px solid #ffffff;
        border-radius: 15px;
        color: white;
        margin: 8px;
        text-decoration: none;
        font-size: 32px;
        font-family: 'Verdana';
      
        float: left;
        display: inline-block;
        background-color: rgb(0, 0, 0);
        line-height: 90px;
        text-align: center;
        transition: 300ms;

    }.a{
        width: 95%;
    }.b{
        padding-bottom: 20px;
        width: 120%;

}.background{
        background-image: url(images/game4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    
}.abouthome{
    padding-right: 50px;
    padding-left: 50px;
    font-size: 15px;
    color: white;
    text-shadow: 2px 2px #000000;

}.nav{
    margin-right: 160px;
    float: right;
    width: 50%;
    height: 50px;
}.content{
    margin-right: 40px;
    position: absolute;
    min-height: 240px;
    height: auto;
    /*background-color: red;*/
    right: 0;
    top: 10%;
}.home{

    text-shadow: 5px 5px #000000;
    text-align-last: center;
    padding-bottom: 130px;
    text-transform:uppercase;
    padding-left: 50px;
    font-size: 25px;
    position: absolute;
    right: 0;
    color: white;
    font-family: verdana;
}