﻿@font-face {
    font-family: 'GillSans-SemiBold';
    src: url('../../Fonts/Gill Sans MT Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../../Fonts/Gill Sans MT.ttf') format('truetype');
}
 
* {
    font-family: Gill Sans;
}


body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: #C31818;
    font-family: 'GillSans-SemiBold';
    color: white;
 
}

html {
    height: -webkit-fill-available;
}


#BackButton {
    cursor: pointer;
}
.ButtonContainer {
    position: absolute;
    top: 10px;
    left: 5px;
}
.MainCon{
    width:100%;
}