body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body {
    background-image: url('siteback.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gradient-text {
    font-weight: bold;
    margin-right: 5%;
    color: white;
}
.navigation {
    font-size: small;
    margin-left: 1%;
    color: white;
}
.boldit {
    font-weight: bold;
    font-style: italic;
}
.unboldit {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.typewriter {
            background: linear-gradient(to right,#f50624,#f57d06,#7306f5,#080111);
            background-clip: text; 
            -webkit-background-clip: text; 
            color: transparent;
            -webkit-text-stroke: 1px white;
            font-size: 50px;
            font-weight: bold;
            text-align: center; 
}
.a {
  text-decoration: none;
  color: inherit;
} 
.b {
  text-decoration: none;
}
.c {
    color: inherit;
}          
.fixed {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #121d1d;
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 4px solid black;
}
.image {
    text-align: center;
}
.imagesize {
    width: 30%;
    height: 30%;
}
.homepicsize {
    width: 50%;
    height: 50%;
}
.about {
    margin-left: 2%;
    margin-right: 2%;
    color: white;
}
.blankdiv {
    width: 100%;
    height: 200px;
}
.footer {
    width: 100%;
    background-color: #121d1d;
    color: white;
    border-top: 4px solid black;
    text-align: center;
    font-size: small;
    padding-top: 50px;
    padding-bottom: 50px;
}
.intro {
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: white;
}
.line {
    width: 50%;
    align-self: center;
}
.channel {
  margin-left: 8%;
}
.pdfsize {
    font-size: xx-large;
    font-weight: bold;
}
.download {
    margin-left: 5%;
}
.video {
  border: 3px solid red;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 12px;
  background-color: red;
  color: white;
}
.bookbox {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 2%; 
    border: 2px solid black;
    border-radius: 25px;
    background-color: white;
    box-shadow: 2px 2px 2px gray;
}
.division{
  background-color: white;
  border: 2px solid black;
  border-radius: 25px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 5%;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 2px 2px 2px gray;
}
.carbox {
  background-color: white;
  border: 2px solid black;
  border-radius: 30px;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 7%;
  text-align: center;
  padding: 1%;
  box-shadow: 2px 2px 2px gray;  
}
.copy-div {
            padding: 5px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .copy-div:hover {
            background-color: #e0e0e0;
            border-color: #999;
        }
        
        .copy-div:active {
            transform: scale(0.98);
        }
.invisible {
    color: transparent;
}
.instex {
    font-size: x-large;
}