@font-face {
font-family: 'Montserrat';
src: url("/fonts/Montserrat-Regular.woff");
}
@font-face {
font-family: 'Montserrat Bold';
src: url("/fonts/Montserrat-Bold.woff");
}

b {font-family:'Montserrat Bold', sans-serif;}

* {box-sizing: border-box;}

::selection {background-color: #da0303;
color:#EDF2F4}

body {background-color: #231F20;
font-family: 'Montserrat', sans-serif;}

h1 {color:#EDF2F4;
width:fit-content;
margin:auto;
margin-bottom:50px;
margin-top:25px;
}

.box {width:70%;
max-width:800px;
background-color:#EDF2F4 ;
border: #7B2D26  dashed 5px;
color:#231F20;
margin:auto;
padding:20px;
border-radius: 5px;
font-size:11pt}

a {color:#da0303;}
a:hover {background-color: #da0303;
color:#EDF2F4}
a:visited, a:active {color:#7B2D26}

@media only screen and (max-width: 700px) {.box {max-width:100%;
width:100%;}}

@media only screen and (max-width:500px)

{.box {font-size:9pt;}
ul {padding-left:15px;}}