
:root {
    --background-color: #0F222D;
    --logo-color: #DB321A;
    --accent-color: rgb(171, 171, 186);
    --main-font: "Segoe UI", 'arial', Times, serif;
}

body {
    margin: 0px;
}

.container {
    margin-top: 60px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page_head {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.page_head_img {
    width: 100%;
    margin-bottom: 0;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.page_head_title {
    position: absolute;
    color: white;
    font-size: 70px;
    font-family: var(--main-font);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    user-select: none
}