@charset "UTF-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 19, 2023 */


 @font-face {
    font-family: 'Roboto Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Regular'), url('RobotoCondensed-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Italic'), url('RobotoCondensed-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Bold'), url('RobotoCondensed-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Condensed Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Bold Italic'), url('RobotoCondensed-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Condensed Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Light'), url('RobotoCondensed-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Roboto Condensed Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Light Italic'), url('RobotoCondensed-LightItalic.woff') format('woff');
    }



body {
font-family: 'Roboto Condensed Light', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 1vw;
	color: white;
	height: 100%;
}

h1 {
font-family: 'Roboto Condensed Bold', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 2.5vw;
margin: 0px;
padding: 0px;
		color: white;

}

h2 {
font-family: 'Roboto Condensed Regular', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 1.5vw;
margin: 0px;
padding: 0px;
		color: white;


}

h3 {
font-family: 'Roboto Condensed Light', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 1.2vw;
margin: 0px;
padding: 0px;
		color: white;


}

h4 {
font-family: 'Roboto Condensed Light', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 1.1vw;
margin: 0px;
padding: 0px;
		color: white;


}

a:link { text-decoration: none; color: white;}

a:visited { text-decoration: none; color: white;}

a:hover { text-decoration: none; ; color: brown;}

a:active { text-decoration: none; color: white;}





div.content {
               
                width: 70%;
				background-color: black;
                margin-left: 35em;
                
            }





.box{
width: 100px;
border: 1px solid white;
text-align: center;
padding: 1vh;
float: right;
margin-top: 1vh;
}

.box:hover{

border: 1px solid brown;

}


