* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    cursor: url("./../assets/cursor.png"), auto;
}

html, body {
    height: 100%;
}

body {
    position: relative;
}

canvas {
    display: block;
    position: absolute;
    z-index: 999; /* Needs to be above everything else */
    top: 0;
    pointer-events: none;
}

header {
    height: 192px;
    background-image: url("./../assets/betting/guldGHeader.png");
    background-repeat: no-repeat;
    background-size: cover;
}

img#header_image {
    height: 192px;
    margin: 0 auto;
    display: block;
}

div#global_container {
    border: solid 1px;
    background-image: url("./../assets/betting/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100% - 192px);
    width: 100%;
    position: relative;
    min-height: 820px;
}

div#white_container {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    padding-top: 90px;
}

div#bet {
    width: 400px;
    margin: 0 auto;
}

img#betting {
    width: 250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

div#guldGIcon {
    float: left;
    width: 160px;
    text-align: center;
}

div#fnaticIcon {
    float: right;
    width: 160px;
    text-align: center;
}

div#info_container {
    margin-top: 240px;
    
}

img.teamIcon {
    width: 100%;
}

img.teamIcon:hover {
    border: 1px solid green;
}

img.add {
    height: 100%;
    position: absolute;
    top: 0;
}

img.left {
    left: 0;
}

img.right {
    right: 0;
}