.bg {
    background: url(images/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    filter: blur(8px) brightness(70%);
    position: absolute;
    height: 100%;
    width: 100%;
}

.is-vertical-center {
    display: flex;
    align-items: center;
}

@font-face {
    font-weight: bold;
    font-family: TF2;
    src: url('tf2build.ttf'); }

.tf2-font-header {
    font-family: TF2;
    font-size: 50px;
}

.tf2-font-ip {
    font-family: TF2;
    font-size: 60px;
}

.tf2-font-button {
    font-family: TF2;
    margin-top: 15px;
    font-size: 40px;
}

.text {
    font-size: 30px;
}

.cta {
    padding-top: 9%;
}