html {
	margin: 0;
	padding: 0;
	}

body { 
	color: #9200e7; 
	margin: 0; 
	padding: 0;
	}

h1 {
    font-size: 24px;
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

h2 {
    font-size: 20px;
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

p {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

flex-cont-vert p {
  font-size: 12px;
}

  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}

/* Top navigation menu */
.topnav {
  overflow: hidden;
}

.topnav a {
  float: center;
  color: #9200e7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.topnav a.active {
  color: #ffff00;
  text-shadow: 0 0 10px #ffff00;
  font-size: 20px;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* This is for setting up containers/boxes */
.container {
    width: 85%;
    max-width: 95%;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

#layout {
    margin: 0px auto;
    width: 85%;
  }
      
.header {
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.lefts {
    width: 25%;
    float: left;
    background-color: transparent;
    flex-shrink: 0;}


.rights {
    float: left;
    flex: 1;
    width: 70%;
}
.section1{
    background-color: #010000;
    border: 14px solid transparent;
	  border-image: url('colorborder2.png') 14 round;}

.section1 h1 {
    text-align: center;}

.section2{
    background-color: #010000;
    border: 14px solid transparent;
	  border-image: url('colorborder3.png') 14 round;}

/* This is for Flex containers */
.flex-cont-vert {
  display: flex;
  padding: -2px;
  flex-direction: column;
  background-color: transparent;
}

.flex-cont-vert > div {
  background-color: #010000;
  width: 88%;
  text-align: left;
  line-height: 8px;
  font-size: 12px;
  border: 14px solid transparent;
	border-image: url('colorborder3.png') 14 round;
}

/* This is for making a moving background */
.moveBG {
  background: url("Dellybg.png") repeat 0 0;
  height: 1600px;

  animation: slide 30s linear infinite;
}
@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -512px -512px; }
}

/* This is for fonts */

.bitter-thin {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}