﻿.game_wrapper {
    position: relative;
}

.game_area {
    width: 500px;
    height: 410px;
    border-style: none;
    position: absolute;
    left: 115px;
    top: 30px;
    text-align: center;
}

.game_start_button {
    border: none;
    cursor: pointer;
}