/*SECTIONS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

section
{
    background: #252734;
    position: relative;
    width: 1200px;
    min-width: 620px;
    margin: 0px;
}

.main-section
{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    background-size: 100%;
    padding: 30px 0 30px 0;
}

p
{
    color: #a9a9a9;
}

li
{
    color: #a9a9a9;
}

.title
{
    display: block;
    width: 100%;
}
.title h1
{
    margin: 0 auto 30px auto;
    display: block;
    align-self: center;
    width: auto;
    text-align: center;
}
.title p
{
    margin: 0 auto 30px auto;
    display: block;
    align-self: center;
    width: auto;
    text-align: center;
}
.title img
{
    width: 450px;
    left: 375px;
    position: relative;
    margin-bottom: 20px;
}

.game
{
    display: block;
    width: 900px;
    text-align: center;
    left: 150px;
    position: relative;
}
.game h2
{
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    padding-left: 40px;
}
.game p
{
    display: block;
    width: calc(100% - 80px);
    text-align: left;
    margin: 20px 40px;
}

.scroll-container
{
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0px;
    height: 265px;
    width: 100%;
}
div.scroll-container img 
{
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0px 5px;
}


.contribution-short-1
{
    width: 44%;
    display: inline-block;
    padding-left: 40px;
    padding-right: 5%;
    left: 0;
    position: relative;
}
.contribution h3
{
    text-align: left;
}
.contribution ul
{
    padding-left: 7%;
    text-align: left;
}
.contribution ul li
{
    padding-top: 3px;
}
.sublist ul
{
    padding-left: 0%;
}
.sublist ul li
{
    padding-top: 0px;
    margin-left: 5%;
}

.contribution-detail
{
    display: block;
    padding-left: 40px;
}

.link
{
    text-align: center;
    width: 100%;
}
.link p
{
    margin-top: 0;
}

.ymal
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0;
}
.ymal h2
{
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px 40px;
}
/*SECTIONS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/