
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

body{
margin: 0;
background-color: #a4afd8;
font-family: 'Questrial', sans-serif;
color: #454257;
}

.container{
display: flex;
flex-direction: column;
width: 80%;
gap: 0;
margin-top: -20px;
}

.headerwrapper{
height: 125px;
display: flex;
flex-direction: row;
position: relative;
top: 20px;
}

.header{
flex-basis: 100%;
background-image: url('');
background-position: bottom left;
background-repeat: no-repeat;
display: flex;
}

.header h1{
align-self: center;
margin: 0 auto;
color: #353c6e;
font-size: 90px;
font-family: 'Rajdhani', sans-serif;
text-shadow: 0px 0px 10px #FFF;
}

.boxwrapper{
display: flex;
flex-direction: row;
gap: 1rem;
padding-left: 1rem;
padding-bottom: 1rem;
position: relative;
z-index: 1;
}

.sidebars{
min-width: 100px;
flex-basis: 15%;
margin-top: 40px;
}

.sideheaders{
background-color: #cccade;
border: 1px solid #F1ECFF;
box-shadow: 0px 0px 5px #F1ECFF;
font-weight: normal;
color: #6A6788;
font-size: 16px;
}

.middleheaders{
background-color: #cccade;
border: 1px solid #cccade;
box-shadow: 0px 0px 5px #cccade;
font-weight: normal;
color: #6A6788;
font-size: 18px;
border-radius: 15px 15px 0px 0px;
margin-bottom: 5px;
}

.sidebox{
padding: 8px 3px 8px 3px;
font-size: 13px;
color: #2b2656;
letter-spacing: 1px;
}

.sidebars ul{
padding: 0;
}

.sidebars li{
list-style-type: none;
border-bottom: 1px solid #2b2656;
margin-bottom: 6px;
}

.sidebars a{
color: #2b2656;
}

.sidebars a:visited{
color: #2b2656;
}

.sidebars a:hover{
text-shadow: 0px 0px 5px #F1ECFF;
font-style: normal;
}

.sidebars a:active{
font-style: italic;
text-shadow: 0px 0px 5px #F1ECFF;
}

.main{
flex-basis: 70%;
min-width: 300px;
padding: 20px;
background-color: #F1ECFF;
border: 1px solid #F1ECFF;
box-shadow: 0px 0px 10px #F1ECFF;
border-radius: 65px 65px 0px 0px;
font-size: 14px;
}

.section{
margin-bottom: 15px;
}

#credit a{
color: #cccade;
}

a{
color: #7992B8;
text-decoration: none;
}

a:visited{
color: #7992B8;
}

a:hover{
font-style: italic;
}

a:active{
font-style: italic;
}

::-webkit-scrollbar{
width: 8px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #cccade;
}

#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}

@media(max-width:auto){
.headerwrapper{
height: 268px;
position: relative;
top: 0px;
}
.header{
background-size: 100%;
background-position: top left;
}
.header h1{
font-size: 40px;
align-self: center;
padding-left: 1em;
}
.container{
width: 100%;
margin-top: 0;
}
.boxwrapper{
display: flex;
flex-direction: column;
padding-left: 1em;
padding-right: 1em;
}
.boxes{
min-width: 100%;
}
.sidebox{
text-align: center;
}
.sidebars{
margin-top: 0;
}
.sidebars li{
display: inline;
margin: 0;
border: none;
}
}

img {
  max-width: 100%;
  padding: 2px
}

.maxWidth {
  max-width: 450px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height:0
}

.videoWrapper iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

table {
  width: auto;
}