@font-face {
    font-family: 'noto';
    src: url('fonts/NotoSans-VariableFont.woff2') format('woff2'),
         url('fonts/NotoSans-VariableFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('fonts/NunitoSans-VariableFont.woff2') format('woff2'),
         url('fonts/NunitoSans-VariableFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {cursor: url(cursor.cur), auto;}

body{
background-color: rgb(000,000,000); background-image: url(img/background.jpg); background-repeat: no-repeat; background-position: top center;
color: rgb(255,255,255); 
font-family: 'noto', Georgia;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
display: flex;
justify-content: center;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(000,000,000);}
::-webkit-scrollbar-thumb {background: rgb(000,000,000); border: 1px solid rgb(093,179,059)}
::-webkit-scrollbar-thumb:hover {background: rgb(065,142,186);}


div.body {1100px; background-image: url(img/back.png); margin: 0 auto;}
div.header {width: 1100px; text-align: left; align: left; font-size:17px; font-weight: bold; font-family: 'nunito'; color: rgb(093,179,059); margin-top: 5px;}
div.content {width: 1030px; margin-left: 35px; margin-right: 35px;}
font.header {color: rgb(093,179,059); font-weight: bold;}

img.icon {margin-left: 125px; margin-top: 5px; margin-bottom: 5px;}
img.icon2 {margin-right: 125px; margin-top: 5px; margin-bottom: 5px; float: right;}

img.list {margin-left: 9px; margin-right: 3px; vertical-align: +2px; height: 4px; width: 4px;}

hr {border-top: 1px solid rgb(093,179,059); width: 100%; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 4px;}

a.header:link {color: rgb(252,145,072); text-decoration: none; font-family: 'nunito'; cursor: url(cursor.cur), auto;}
a.header:visited {color: rgb(252,145,072); text-decoration: none; font-family: 'nunito'; cursor: url(cursor.cur), auto;}
a.header:hover {color: rgb(234,074,070); text-decoration: none; font-family: 'nunito'; cursor: url(cursor.cur), auto;}
a.header:active {color: rgb(234,074,070); text-decoration: none; font-family: 'nunito'; cursor: url(cursor.cur), auto;}

a:link {color: rgb(065,142,186); text-decoration: none; cursor: url(cursor.cur), auto;}
a:visited {color: rgb(065,142,186); text-decoration: none; cursor: url(cursor.cur), auto;}
a:hover {color: rgb(065,142,186); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(065,142,186); text-decoration: underline; cursor: url(cursor.cur), auto;}
