@font-face {
                font-family: 'addstandardbitmap2';
                src: url('theme/F_ck Beans Pro Bold.ttf');
            }

@font-face {
                font-family: 'addstandardbitmap';
                src: url('https://ohrade.neocities.org/ADDSBP__.TTF');
            }


body {
    background-color: #37BBAF;
    background-repeat:no-repeat;
    background-size:cover;
    font-size: 11px;
    font-family: 'addstandardbitmap';
        overflow: hidden;
}

a {
    color: blue;
}

a:hover {
    color: #82E8FF;
}

h1 {
font-size: 25px;
    font-weight: bold;
    color: #447053;
    font-family: 'addstandardbitmap2';
    padding-right:7px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #529334;
    font-family: 'addstandardbitmap2';
}

.container {
    margin: 90px auto;
margin-top: 50px;
width: 980px;
    overflow: hidden;
    
}

.content {
    border: 1px solid #82E8FF;
    background-color: white;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 50px;
    margin-left:30px;
    overflow: hidden;
    height: 610px;
    display: flex;
    align-items: start;
      flex-direction: row;
}

.peak {
  font-size: smaller;
  font-family: 'addstandardbitmap';
  display:flex;
  flex-direction: column;
  text-align: center;
  position: fixed;
  left: 50px;
  top: 450px;
  }

  

  
