﻿@font-face {
    font-family: 'ClashGrotesk';
    src: url(fonts/ClashGrotesk_Complete/Fonts/WEB/fonts/ClashGrotesk-Regular.woff);
    font-weight: normal;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url(fonts/ClashGrotesk_Complete/Fonts/WEB/fonts/ClashGrotesk-Bold.woff);
    font-weight: bold;
}

body {
    font-family: 'ClashGrotesk', sans-serif !important;
    font-weight: normal;
}

.center-div {
    width: 100vw;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-group button {
    background-color: #CCCCCC;
    color: black;
    padding: 10px 50px;
    cursor: pointer;
    width: 100%;
    display: block;
}

.box h1 {
    padding: 0px 0px 10px 0px;
    color: black;
    font-size: 30px;
    align-items: center;
    text-align: center
}

.bottom-div {
    position: relative;
    bottom: 0;
    background: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
}

#content_logo {
    position: relative;
    min-height: 150px;
    width: 100px;
    background: black;
    color: white;
}

#logo {
    position: absolute;
    background: red;
    width: 80%;
    height: 20%;
    bottom: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}
