
@font-face {
    font-family:'Damion';
    src: url(../../Fonts/Damion/Damion-Regular.ttf);
  }

  @font-face {
    font-family:'Oswald';
    src: url(../../Fonts/Oswald/Oswald-VariableFont_wght.ttf);
  }

*{
    margin: 0px;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#myCanvas{
    border:2px solid black;
    background-size: cover; 
    background-repeat: no-repeat;
    background-image: url(../../imgs/Background3.avif);

   
}

.backButton {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .backButton:hover {
    background-color: #3e8e41;
  }

