html{
    background-color: #63422C;
    position:relative;
    font-family: 'Roboto Mono', monospace;
   
}
body{
  margin:0;
  text-align: center;
  color: #BFC0C0;
}
header {
  background-color:#327345;
}
.main-logo{
  
  display:inline-block;
  width: 100px;
  height:100px;
  border-radius: 50%;
  margin:10px;
  text-align: center;
  
}
.site-title {

    display:inline-block;
    font-weight: bold;
    font-size: 40px;
  }
  
  .site-title > a{
    text-decoration: none;
    color: #272727;
  }

  .motto{
  
    font-size:20px;
    color:#272727;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:5px;
  }

  .feedback{
    font-size:15px;
    color:#272727;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:5px;
  }

  .feedback > a {
    color:#272727;
  }
  .letter-boxes > input{
    margin-left: 10px;
    max-width: 20px;
  }

  .results{
    text-align: center;
  }
  
  .result-count{
    text-align: center;
    font-weight: bold;
    
  }

  @media screen and (min-width: 1000px) {
    .title-motto{
      margin-top:35px;
      margin-left:20px;
      text-align: left;
    }
  
    header {
    display:flex;
  }
  
  
  .main-logo{
  
    width: 100px;
    height:100px;
    border-radius: 50%;
    margin:30px;
    
  }
  
  .site-title {
  
    display:inline-block;
    font-size: 30px;;
    
  }
 
  
  body{
    margin:0;
  }
}