﻿.game_wrapper {
    position: relative;
}

.game_area {
    width: 300px;
    height: 400px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    position: absolute;
    left: 0px;
    top: 30px;
}

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