body {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

a div {
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

.alerts {
    position: fixed;
    top: 0vw;
    left: 2vw;
    width: 70vw;
    height: 3vw;
    line-height: 3vw;
    font-size: 1.25vw;
}

.name {
    position: fixed;
    top: 0vw;
    right: 2vw;
    width: 15vw;
    height: 3vw;
    line-height: 3vw;
    text-align: right;
    font-size: 1.25vw;
}

.tile {
    width: 18.2vw;
    height: 16.25vw;
    background-color: #0a0a0a;
    position: fixed;
}

.row-1 {
    top: 3vw;
}

.row-2 {
    top: 20.75vw;
}

.row-3 {
    top: 38.5vw;
}

.col-1 {
    left: 1.5vw;
}

.col-2 {
    left: 21.2vw;
}

.col-3 {
    left: 40.9vw;
}

.col-4 {
    left: 60.6vw;
}

.col-5 {
    left: 80.3vw;
}

.title {
    position: absolute;
    left: 3%;
    top: 0vw;
    height: 1.5vw;
    line-height: 1.5vw;
    text-align: left;
    font-size: 1vw;
}

.content {
    position: absolute;
    left: 3%;
    top: 1.5vw;
    height: 12vw;
    line-height: 12vw;
    width: 94%;
    font-size: 5vw;
}

.subtext {
    position: absolute;
    left: 3%;
    top: 13.5vw;
    height: 2.75vw;
    line-height: 2.75vw;
    width: 94%;
    text-align: right;
    font-size: 1.5vw;
}

.list-left {
    position: absolute;
    left: 3%;
    top: 1.5vw;
    height: 14.5vw;
    width: 59%;
    font-size: 1.25vw;
    text-align: left;
}

.list-right {
    position: absolute;
    left: 62%;
    top: 1.5vw;
    height: 14.5vw;
    width: 35%;
    font-size: 1.25vw;
    text-align: right;
}

.width-2 {
    width: 37.9vw;
}

.width-2 .content {
    width: 94%;
}

.width-3 {
    width: 57.6vw;
}

.width-3 .content {
    width: 94%;
}

.width-4 {
    width: 77.3vw;
}

.width-4 .content {
    width: 94%;
}

.width-5 {
    width: 97vw;
}

.width-5 .content {
    width: 94%;
}

.height-2 {
    height: 34vw;
}

.height-2 .content {
    height: 32.5vw;
    line-height: 32.5vw;
}

.height-3 {
    height: 51.75vw;
}

.height-3 .content {
    height: 50.25vw;
    line-height: 50.25vw;
}

.content, .width-2, .width-3 {
    text-align: center;
}

.alerts, .name, .title, .content, .subtext, .height-2 {
    vertical-align: middle;
}
