@font-face {
    font-family: "telenorbold";
    src: url("./fonts/telenor-bold-webfont.woff2") format("woff2"),
        url("./fonts/telenor-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "telenorregular";
    src: url("./fonts/telenor-regular-webfont.woff2") format("woff2"),
        url("./fonts/telenor-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "telenorlight";
    src: url("./fonts/telenor-light-webfont.woff2") format("woff2"),
        url("./fonts/telenor-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: "telenorbold";
    color: #00ace7;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 75px;
}

body {
    font-family: "telenorlight";
    color: #0c1026;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
}

h6 {
    font-family: "telenorregular";
    color: #0c1026;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.content {
    max-width: 820px;
    top: 50%;
    margin: auto;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
