
body {
  background-image: url("v5/augbg.png");
  background-color: black;
  
    font-family: 'Roboto Condensed';font-size: 22px;
    border: 1px

}

/*TEXTS*/

/*headings*/
h1 {
  color: #FF2200;
  text-align: center;
  font-size: 65px;
  line-height: 0.4;
}

h2 {
  color: #404040;
  text-align: center;
  font-size: 35px;
  line-height: 1;
}

h3 {
 font-family:'Libre Barcode 39';
  color: #404040;
  text-align: center;
  font-size: 45px;
   line-height: 0.3;
}

sub {
  color: #404040;
  text-align: center;
  font-size: 10px;
}

/*paragraphs*/

p {
  color: #404040;
  text-align: justify;
  font-size: 16px;
  line-height: 0.9;
  
  }
  
a:link {
  color: #db5858;
  background-color: transparent;
  text-decoration-style: dashed ;
}
a:visited {
  color: #6b3838;
  background: fill;
  background-color: black;
  text-decoration-style: dashed ;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration-style: dashed ;
}
a:active {
  color: grey;
  background-color: transparent;
  text-decoration-style: dashed ;
}
  
hr {border: #cccccc solid 1px;
outline: #d9d9d9 solid 2px
}
  

/*divs*/

div {  border: solid 3px;
border-color: black;
  padding: 0.5%;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  }
  
.blog{ /*left box*/
 outline: 5px dashed white;
  border: 5px solid black;
  border-radius: 0.5em;
  padding: 0.2%;
  width: 20%;
  
  background-color: #DEDEDE;
  
  
  }
  
.main{ /*right box*/
  outline: 5px dashed white;
  border: 5px solid black;
  border-radius: 0.5em;
  padding: 0.2%;
  width: 40%;
  
  background-color: #DEDEDE;
  
  }
  
.container{ /*whole border*/
  height: 75%;
  width: 75%;
  border: 2px solid;
  border-radius: 0.5em;
  padding: 0.5%;

  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: black;
}

.fullcontainer{ /*forwholepage*/
  height: 100%;
  border: 2px solid;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: black;
}
  

  
div {}