@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
    color: black;
    font-family: Roboto;
    overflow: hidden !important;
}

h1 {
    font-weight: 600;
    font-size: 27pt;
    color: black;
}

p {
    font-weight: 400;
    line-height: 28px;
}

a {
    color: black;
}

.warning-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
}