div#Container {
    color: #FF7B19;
    width: 80%;
    margin: 30px auto 30px auto;
    border: 2px solid black;
    background-color: #FDCA45;
    min-width: 900px;
    text-align: center;
    border-radius: 10px;
}

@font-face {
    font-family: font_1;
   src: url('dogways/Dogways.ttf');
}

@font-face {
    font-family: font_2;
    src: url('dogways/FortunerHeavyPersonalUse.otf');
}

img {
    border-radius: 5px;
    border: 2px solid black;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}

section {
    width:75%;
    margin: 40px auto;
    text-align: center;
    border: 2px solid white;
    font-size: 20px;
    border-radius: 10px;
}

body {
    background-color: #2196F3;
    font-family: font_1;
}

header {
    font-family: font_2;
}

nav {
    font-family: font_2;
}

footer {
    text-align: center;
}

p {
    font-size: 25px;
}

section#HEHE {
    font-size: 30px;
}

#mySidenav a {
    position: absolute;
    left: -81px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 19px;
    color: white;
    border-radius: 0 5px 5px 0;
  }
  
  #mySidenav a:hover {
    left: 0;
  }
  
  #home {
    top: 466px;
    background-color: #FDCA45;
  }
  
  #gallery {
    top: 518px;
    background-color: #ED1D24
  }
  
  #info {
    top: 570px;
    background-color: #555
  }

  #writting {
    font-size: 30px;
  }


  