@font-face {
	font-family: "dbxlnn";
	src: url("../assets/dbxlnn.ttf") format("truetype");
}

.fontPreload {
    position: absolute;
    left: -100px;
}

body {
    margin: 0px 0px 1px 0px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modalContent {
    font-family: "arial";
    font-size: 5vw;
    background-color: #fff;
    margin: 55% auto;
    padding-right: 5%;
    padding-left: 5%;
    border: 1px solid #888;
    width: 75%;
    border-radius: 7px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.modalFooter{
    padding-top: 4%;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #08a;
}

h2 {
    color: #444;
}