html {
    background-color: #008377;
    padding: 0px;
    margin: 0px;
}

p {
    font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffbacc;
}

.main-background {
    background-color: #ffbacc;
    
    text-align: center;
    width: 60%;
    border-top: 0%;
    margin-bottom: 0%;
}

.title {
    color: #008377;
    font-family: Frijole, system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 600%;
    padding: 0%;
    margin:0%;
    text-align: center;
}

.headings {
    color: #E7ECEC;
    font-family: Frijole, system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding: 3%;
    font-weight: 600;
    margin-bottom: 0%;
}

.welcomeheading {
    font-size: 250%;
    padding-bottom: 0%;
}

.content {
    color: #E7ECEC;
    text-align: justify;
    padding: 4%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.welcome {
    background-color: #008377;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
}

.update {
    background-color: #008377;
    width: 35%;
    margin-left: 10%;
    margin-bottom: 5%;
    height: 236.5px;
    overflow: auto;
    
}

.Hi {
    margin: 1px;
}

.left {
    float: left;
}

.comments {
    background-color: #008377;
    margin-left: 48%;
    margin-right: 10%;
    margin-bottom: 5%;
    
}

.heading2 {
    font-family: Frijole, system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 130%;
    text-align: center;
    background-color: #008377;
    color: #ffbacc;
    margin: 5px;
}
.navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #ffbacc;
    margin-bottom: 5%;
    margin-top: 5%;
    width: 15%;
}

a {
    color: #b93e77;
   text-decoration: none;
   font-size: 150%;
   font-weight: 700;
}

a:hover, a:active {
    color: #ffbacc;
}

.links {
    border: 2px solid #008377;
    text-align: center;
    background-color: #78b1ab;
    padding: 3%;
    margin: 8%;
    border-radius: 20%;
    
}

.other {
    margin-bottom: 5%;
    margin-top: 5%;
    width: 15%;
    margin-right: 0%;
}

audio {
    width: 100%;
    margin: 5%;
    margin-left: 0%;
    border: 5px solid #ffbacc;
}

.heading3 {
    font-weight: 600;
    font-size: 100%;
    text-align: center;
    color: #ffbacc;
}

.mood {
    margin-bottom: 5%;
    margin-top: 5%;
    background-color: #ffbacc;
    padding: 3%;
    outline: 2px solid #ffbacc;
    outline-offset: 2px;
    color: #005850;
    font-weight: 600;

}

.drawing {
    border: 10px double #ffbacc;
}

.all {
    display: flex;
    justify-content: space-around;
    margin: 0%;
}