body { 
    background: #f7f7f7;
    /*background: #f4f4f4;*/
    /*background: #c4b1ab;*/
    color: #660033;
    font-family: "Comfortaa", serif;
    font-optical-sizing: auto;
    font-weight: 500; /*300-700*/
    font-style: normal;
}
.bg1 {
    background: #f7f7f7;
}

.bg2 {
    background: #8a011f;
}
.footer {
    background: #ffa07a; 
}
.ac1 {
    background: #ffd700; 
}
.ac2 {
    background: #660033; 
}
.ac3 {
    background: #ffa07a; 
}
.just11 {
    text-align: justify;
    text-justify: inter-word;
}
h2 {
    color: #ffa07a;
}

.footer h2 {
    color: #8a011f;
}
h5 {
    color: #ffa07a;
}
.footer h5 {
    color: #8a011f;
}
/*p {
    color: #ffa07a;
}
li {
    color: #ffa07a;
}*/
.foot1 {
    display: block;
}
.foot2 {
    display: none;
}
@media only screen and (max-width: 600px) {
  .foot1 {
    display: none;
  }
  .foot2 {
    display: block;
  }
}