@font-face {
    font-family: "FiraMono";
    src: url("https://willdotjpg.gay/fonts/FiraMonoNerdFont-Regular.otf");
}

body {
    background-image: url("palm3.jpg");
    background-size: cover;
    font-family: "FiraMono";
    color: #253a54;
}

ul {
    list-style: none;
    line-height: 25px;
}

a {
    color: #bc8d9b;
}

a:hover {
    color: #efaea5;
}

a:visited {
    color: #ac8294;
}

a:visited:hover {
    color: #efaea5;
}


h1 {
    font-size: 48px;
    text-decoration: bold;
    padding-bottom: 5px;
    color: #efaea5;
}

p {
    margin-bottom: 5px;
}

#navbox ul{
    padding: 10px;
    text-align: center;
    border: 2px solid #8caac5;
    background-color: #a1bcfc;
}
 
#navbox li{
    list-style-type: none;
    display: inline;
    font-size: 19px;
}

.all {
    position: static;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    align-content: center;
}

.text{
    width: 84%;
    padding: 25px;
    border: 1px solid #6e756a;
    margin-bottom: 20px;
    background-color: #d2dfcd;
}

.icon {
  float: left;
  margin-top: 13px;
  margin-left: 10px;
  width: 250px;
  border: 1px solid #6e756a;
}

.subhead {
    width: 100%;
    height: 30px;
    float: none;
    align-content: center;
    margin-top: 20px;
    font-size: 50px;
    color: #253a54;
}

.para {
  width:70%;
  float: right;
}

.box1 {
    width: 99.8%;
    border: 2px solid #8caac5;
    float: none;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 125px;
    background-color: #a1bcfc;
    border-radius: 5px;
    padding: 10px;
    align-content: left;
    
}

.box2 {
    width: 20%;
    border: 2px solid #8caac5;
    background-color: #a4bac3;
    color: #80a2c6;
}

.horizontal2 {
    width: 175px;
    border: 2px solid #8caac5;
    box-sizing: border-box;
}

.box3 {
    width: 70%;
    border: 2px solid #8caac5;
    float: none;
    box-sizing: border-box;
    background-color: #d8d2c2;
    border-radius: 5px;
    padding: 10px;
    align-content: center;
}

.box4 {
    width: 99.8%;
    border: 2px solid #8caac5;
    float: none;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 125px;
    background-color: #a1bcfc;
    border-radius: 5px;
    padding: 10px;
    align-content: left;
    list-style-type: none;
    display: inline;
    font-size: 19px;
}

.box5 {
    width: 450px;
    height: 60px;
    border: 2px solid #8caac5;
    border-radius: 5px;
    box-sizing: border-box;
    float: right;
    margin-top: 15px;
    background-color: #d8d2c2;
    padding: 10px;
    align-content: center;
}

.box6 {
    width: 450px;
    height: 228px;
    border: 2px solid #8caac5;
    border-radius: 5px;
    box-sizing: border-box;
    float: right;
    background-color: #a4bac3;
    margin-top: 15px;
    color: #fbe2be;
    padding: 10px;
}