body{
    background: url(../img/background.gif);
    background-attachment: fixed;
    background-position: fixed;
    background-repeat: repeat;
    color: white;
    padding: 0px;
    margin: 0px;
    background-color: black;
	font-size: 18px;
}

a
{
    text-decoration: none;
    color: skyblue;
}

div
{    
  box-sizing: border-box;
}

h1{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #7d00c6;
}

h2{
    font-size: 44px;
    text-align: center;
    margin: 0px;
    color: #ba44ff;
}

h3{
    font-size: 24px;
    text-align: center;
    margin: 0px;
}

.clear{
    clear: both;
}

#top{
    padding-top: 20px;
}

#topNumber{
    margin: auto;
    width: 100%;
    padding: 20px;
}

#topNumberText{
    text-align: left;
    font-size: 40px;
    float: left;
}

#topNumberImage{
    float: left;
    margin-right: 20px;
    width: 30px;
    padding-top: 10px;
}

@media (min-width:840px) {
	#topNumber{
        margin: auto;
        width: 500px;
    }	

    #topNumberText{
        text-align: left;
        font-size: 40px;
        float: left;
    }
    
    #topNumberImage{
        float: left;
        margin-right: 20px;
        width: 50px;
    }
}

#createdBy{    
    text-align: center;  
    font-size: 12px;
}

#createdByLink{
    text-decoration: none;
    color: gray;
    width: 100%;
}

#createdByLink:hover{
    color: green;
}

@media (min-width:840px) {
    #createdBy{
        background:  rgba(255, 255, 255, 0.03);  
        width: 800px;
        border-radius: 0px 0px 20px 20px;
    }
}


#center{
    padding-top: 20px;
}

#bottom{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid;
    margin-top: 20px;
}

#main{
    margin: auto;
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.Left{
    padding: 20px;
    float: left;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.Right{
    padding: 20px;
    float: right;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
}

#imgAbout{
	width: 60%;
    border-radius: 100px;
}

@media (min-width:840px) {
    #main{
        width: 800px;
		background: rgba(13, 0, 17, 0.8);
    }

	.Left{
		width: 50%;
	}

	.Right{
		width: 50%;
	}
	
	/*.Middle{
		width: 50%;
	}*/
	
	#imgAbout{
		width: 100%;
		margin-top: 60px;
	}
}

.Middle{
    padding: 20px;
    width: 100%;
    border-radius: 20px;
	box-sizing: border-box;
}
