@font-face {
    font-family: 'Roboto';
    src: url('Lora-Regular.ttf') format('woff2'),
         url('Lora-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    text-align: center;
    font-family: Roboto;
    background-color: #DDEBD8;
}


h1, h2, h3, h4, h5, h6, p {
    color: #2B3D25;
}


/* .site {
    border: 5px solid #FFF;
    border-radius: 20px;
} 
*/ 


#hone {
    padding-top: 180px;
    padding-bottom: 50px;
}

.stuffme {
    font-weight: 700;
}


.stuffmetext {
    color: rgb(136, 102, 192)
}

a:visited {
  color: #4A7C59;
}

#stuffAme {
    border: 3px solid #b9ccb2;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #b9ccb2;
    padding-bottom: 16px;
}



a {
    display: inline-block;
    color: #4A7C59;
    transition: transform 0.13s cubic-bezier(.4,1,.6,1), box-shadow 0.13s;
}

a:hover {
    transform: scale(1.04);
    z-index: 1;
}


#stuffAme2 {
    border: 3px solid #b9ccb2;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #b9ccb2;
    padding-bottom: 16px;
}

#stuffAme3 {
    border: 3px solid #b9ccb2;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #b9ccb2;
    padding-bottom: 16px;
}


#stuffAme4 {
    border: 3px solid #b9ccb2;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #b9ccb2;
    padding-bottom: 16px;
}


.white {
    color: #E0D1F9;
}

.boldh {
    font-weight: 900;
}


#blue-box {
    border: 3px solid #101b92;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #101b92;
    padding-bottom: 16px;
    background: #101b92;
}

#blue-box-text {
    color: #FFF;
}


#warning-box {
    border: 3px solid #4f4634;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 #4f4634;
    padding-bottom: 16px;
    background: #4f4634;
}
