* {
    margin: 0;
    padding: 0;

    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
}

body {
    background-color: #001077;
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
}

#can {
    width: 100%;
    height: 100%;
}

#outer {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

#inner {

}

#container {
    padding-top: 133%;
}
