body {
    font-family: Lato,arial,sans-serif;
    color: #272446;
    background: #e1dacd;
    font-size: 1.1em;
    padding: 1%;
}


div.info {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    background-color: rgb(200, 200, 200);
    align-self: left;
    float: left;
    padding-top: 0.4cm;
    align-items: left;
    justify-content: center;
    margin-right:53%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header .info .title{
    font-size: 200%;
    color: #37946e;
    margin-bottom: 0.4cm;
    margin-left: 4cm;
    margin-right: 1%;
    padding-left: 1cm;
}
header .info .description{
    font-size: 100%;
    margin-left: 5cm;
    margin-right: 0.1cm;
    color: 343244;

}

header .info img{
    align-items:baseline;
    max-width: 150px;
    border-radius: 20px;
    float: left;
    margin-left: 0.4cm;
    margin-top: 0.1cm;
}


header button{
    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 0.4cm;
    margin-top: 0.1cm;
    margin-bottom: 0.6cm;
    cursor: pointer;
    background-color: #37946e;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

header button.back{
    display: block;
    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 0.4cm;
    margin-top: 0.1cm;
    margin-bottom: 0.6cm;
    cursor: pointer;
    background-color: #37946e;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header a{
    text-decoration: none;
    font-size: 0.4cm;
    color: #ffffff;
}


body .GameInfo{
    align-self: left;
    float: left;
    padding-top: 0.4cm;
    align-items: center;
    justify-content: center;
    position:relative;
    
}
body .GameInfo h2 {
    align-items : left;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1cm;
    align-content: center;
    text-decoration: underline;
    text-decoration-color: #272446;
}
body .GameInfo p {
    align-items : left;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1cm;
    align-content: center;
}

body .GameInfo img{
    margin-top: 0.1cm;
    margin-left: 1cm;
    width: 50%;
    border-radius: 5%;
    float: center;
}
body .GameInfo video{
    margin-top: 0.1cm;
    margin-left: 5%;
    max-width: 45%;
    max-height: 500px;
    float: center;
    border-radius: 20px;
    border: 4px solid #37946e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.desc{
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    background-color: rgb(200, 200, 200);
    align-self: left;
    float: left;
    margin-top: 1cm;
    margin-left: 0.1cm;
    padding:1cm;
    align-items: left;
    justify-content: center;
    padding-right: 1cm;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
