*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body{
    background-color: #FBF9F0;
    font-family: space;
    
        font-family: "Space Grotesk", sans-serif;
        font-optical-sizing: auto;
        
        font-style: normal;
}
#content{
    display: flex;
    color: #696140;
    display: flex;
  align-items: center;
  justify-content: center;
   margin-top:34vh;
    flex-flow: column;
    gap: 32px;
}
#title{
    display: flex;
    color: #696140;
    display: flex;
  align-items: center;
margin: 0px 0px;
    flex-flow: column;
    /*  border: red solid 1px;  */
     
}
#title h1 {
    margin-top: 8px;
    font-weight: 700;
    color: #574F30;
}

#title p {
    color: #696140;
}


#links{
    display: flex;
    color: #574F30;
    display: flex;
  align-items: center;
  justify-content: center;
   gap: 12px;
    flex-flow: row;
    text-decoration: none;
    /* border: red solid 1px; 
    */
}
a{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    margin-top: 12px;
   
    color: #696140;
    text-decoration: none;
}
#button{
   
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    margin-top: 12px;
   
    border: #696140 solid 1px;
    color: #696140;
    font-size: 18px;
   
}


@media screen and (min-width: 744px) {
    #content{
        display: flex;
        color: #696140;
        display: flex;
      align-items: center;
      justify-content: center;
       margin-top:30vh;
        flex-flow: column;
        gap: 48px;
    }
    #title{
        display: flex;
        color: #696140;
        display: flex;
      align-items: center;
    margin: 0px 0px;
        flex-flow: column;
        font-size: 18px;
        /*  border: red solid 1px;  */
         
    }
    #title h1 {
        margin-top:12px;
        font-weight: 700;
        font-size: 64px;
        color: #574F30;
    }
    
    
    
    #links{
        display: flex;
        color: #574F30;
        display: flex;
      align-items: center;
      justify-content: center;
       gap: 32px;
        flex-flow: row;
        text-decoration: none;
        font-size: 20px;
        /* border: red solid 1px; 
        */
    }
    #button{
        
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 32px;
        margin-top: 12px;
       
        border: #696140 solid 1px;
        color: #696140;
        font-size: 18px;
       
    }

  }