
.maintitle
{
    color: rgb(44, 54, 21);
    font-size: 80px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(187, 218, 120);

    padding-left: 0%;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

div
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.icon
{
    height: 60px;
    width: 60px;
    padding-left: 10px;
   
    padding-top: 20px;
}

.gameicon
{
   height: 150px;
   width: 300px;
   margin-left: 15px;
   margin-top: 15px;
   border-radius: 10px;
}

.miniicon
{
   height: 40px;
   width: 40px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: -5px;
   border-radius: 5px;
}

.gameicon2
{
   height: 250px;
   width: auto;
   margin-left: 10px;
   margin-top: 10px;
   border-radius: 10px;
}



.downloadbutton
{
    background-color: rgb(187, 218, 120);
    margin-top: 20px;
    margin-left: 1%;
    height: 40px;
    border-color: rgb(153, 236, 130);
    border-radius: 10px;
    
}

a
{
    color: rgb(54, 83, 46);
    font-style: normal;
    text-decoration: none;
}

.gametitle
{
    font-size: 40px;
    margin-bottom: 10px;
}

.contacts
{
    font-size: 20px;
}
