@font-face {
    font-family: 'Cousine';
    src: url('./fonts/Cousine-Regular.ttf') format('embedded-opentype'), 
         url('./fonts/Cousine-Regular.ttf') format('woff2'),            
         url('./fonts/Cousine-Regular.ttf') format('woff'),             
         url('./fonts/Cousine-Regular.ttf') format('truetype'),         
         url('./fonts/Cousine-Regular.ttf') format('svg');        
    
    font-weight: 400;
}

@font-face {
    font-family: 'Cousine';
    src: url('./fonts/Cousine-Bold.ttf') format('embedded-opentype'), 
         url('./fonts/Cousine-Bold.ttf') format('woff2'),            
         url('./fonts/Cousine-Bold.ttf') format('woff'),             
         url('./fonts/Cousine-Bold.ttf') format('truetype'),         
         url('./fonts/Cousine-Bold.ttf') format('svg');              
    font-weight: 700;
}


body{
    margin:0;
    padding:0;
    width:100vw;
    height: 100vh;
    font-family: "Cousine", monospace;
    font-weight: 400;
    font-style: normal;
}

b{
    font-weight: 700;
}

.note{
    color:#555555;
    position: absolute;
    bottom:30px;
    left: 50px;
}