﻿body
{
}

.gameTitle {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 5%;
    font-size: 7vw;
    display: block;
    font-family: Montserrat-Bold;
    color: #fc92e3;
}

.gamingArea{
   position:relative;
   width:100%;
   height:1000px;
}

.gameFrame {
    position: absolute;
    border: 0px #000000 none;
    top:400px;
    left: 0%;
    height: 724px;
    width: 96%;
    transform: scale(1,1);
    margin-left: 2%;
}

.instructions {
    margin-left: 10%;
    width: 80%;
    height: 700%;
    background-color: #f2f4c3;
    font-size: 30px;
    font-family: Montserrat-Bold;
    margin-top: 30px;
    padding: 20px;   
}

.gameAreaVideo video{
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    margin-top: 20px;
}

.gameAreaVideo iframe{
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    margin-top: 20px;
    aspect-ratio: 16/ 9;
}

.downloads {
    margin-bottom:20px;
    margin-left: 10%;
    width: 80%;
    height: 700%;
    font-size: 30px;
    color: white;
    font-family: Montserrat-Bold;
    text-align: center;
}

.cool{
    width:80%;
    margin-left:10%;
    margin-top:100px;
}

.downloadButton {
    width: 60%;
    height: 60px;
    margin-left: 20%;
    margin-top: 5px;
    background-color: #E7A803;
    font-family: Montserrat-Bold;
    font-size:25px;
}