﻿.game_wrapper {
    position: relative;
}

.game_area {
    width: 465px;
    height: 400px;
    border-style: none;
    position: absolute;
    left: 0px;
    top: 30px;
}

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