html, body {
    width: 100%;
    height: 100%;
    color: #454545;
    background: #f6f6f6;
    font-family: Lato;
    font-size: 14px;
    margin: 0;
}

body, .container, .browser-box, .browser-list {
    display: -ms-flexbox;
    display: flex;
}

body {
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
}

h3 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a, a:active {
    color: #0076de;
    text-decoration: none;
    outline: none;
    display: block;
}

.container {
    flex-flow: column;
    -ms-flex-flow: column;
    text-align: center;
}

.container > div {
    margin-bottom: 30px;
}

.container > div > img {
    width: 500px;
    border-style: none;
    margin-bottom: 20px;
}

.browser-box {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
}

.browser-box > img {
    height: 90px;
    margin-bottom: 15px;
    border-style: none;
}

.browser-box > div {
    margin-bottom: 5px;
    font-weight: 300;
}

.browser-list {
    flex-flow: row;
    -ms-flex-flow: row;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 20px 0px 60px;
}

.browser-list a {
    flex: 1;
    -ms-flex: 1;
    width: 125px;
}

#proceedToWebsiteBtn {
    padding: 5px;
    border: none;
    background: transparent;
    color: cornflowerblue;
    cursor: pointer;
}

.proceed-box {
    text-align: end;
}