    @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400&display=swap');


    html{
           height: 100%;
           min-height: 100%;
      
      
    }

body{
   background-color: #211c1f;
  color: #f0dde1; 
  height: 100%;
min-height: 100%;
}

img{
    width: auto;
    max-width: 100%;
    height: auto;
    }

   ::-moz-selection { /* Code for Firefox */
  color: #f3cdd3;
  background: #6a545c;
}

::selection {
  color: #f3cdd3;
  background: #6a545c;
}

a:link {
  color: #9c3e50;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.8px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a:visited {
  color: #9c3e50;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #dc94a2;
  /*background-color: #8a3846;*/
  /*text-decoration: underline;*/
  /*text-decoration-style: dashed;*/
  border-bottom: 1px dashed #ffb4c2;
  font-weight: bold;
}

a:active {
  color: #e4637b;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}


#main1{
  font-family: 'Wix Made for Text', sans-serif;
  padding: 15px;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.3;
  width: 60%;
  /*margin-left: 50px;*/
  margin: auto;
  text-align: left;
  border-left: 8px solid #9f6f8224;
  border-right: 8px solid #9f6f8224;
  
  }
  

  
  .switch{
    background-color: #8b778392;
    color: inherit;
    border: 1px solid #9f6f8224;
  }
  
  .ruby{
    color: #b21d2b;
    }
    
    .ghostly{
      /*color: #7c669d;*/
      color: #9572b9;
    }
    
    .ruby,.ghostly{
     font-weight: bold; 
    }
    
    .center {
text-align: center;
}

    .ital {
      font-style: italic;
    }
    
    .hr1{
      border-top: 1px solid #9f6f8224;
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
      
    }


.collapsible {
  background-color: #5f556040;
  color: #8b7783;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: #8b7783cd 1px solid;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #5f556070;
}

.content {
  margin: 0 auto;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

.content img{
  width: auto;
  max-width: 100%;
  height: auto;
}


    
    @media only screen and (max-width: 600px) {

    
        #main1{
     padding: 15px;
     min-width: 90%;
     width: 90%;
     max-width: 90%;
     margin-left: 0;
    }
 }
      
@media only screen and (max-width: 450px) {

    
            #main1{
     padding: 10px;
     min-width: 90%;
     width: 90%;
     max-width: 90%;
     margin-left: 0;
    }
 }
  
