@font-face {
  font-family: KidDos; /* set name */
  src: url(fonts/KIdDOS-Regular.ttf); /* url of the font */
}

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

  body {
    background-image: radial-gradient(LightSlateGrey 15% ,DarkSlateGray 25% ,black 100%);
    color: AliceBlue;
    font-family: Verdana;
  }

  div {text-align: justify;}
  img {width: 49%}
  img {padding-top: 0}
  header {padding-top: 0; margin-top: 0;}
  footer {background-color: black}
  footer {border: 40px solid black}
  footer {padding: 0;}
  footer {margin: 0;}
  a {text-align: justify;}
  a {padding-right: 20%}
  a {margin-left: 2%;}
  a {margin-top: 0;}
  a {color: CadetBlue}
  
  h1{
    font-size: 16px;
  }
  h2{
    font-size: 14px;
  }
  h3{
    font-size: 12px;
  }
  h4{
    font-size: 10px;
  }
  
  p{
    font-size: 8px;
  }
  ul{
    font-size: 8px;
  }
  li{
    font-size: 8px;
  }
  br{
    line-height: 2px;
  }

  .navbar {
    border-radius: 3px;
    overflow: hidden;
    background-color: #262626;
    margin-bottom: 2%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .navbar a {
    float: left;
    font-size: 8px;
    color: white;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
    margin-top: 1px;
  }

  .navbar img{
    margin-left: 50%;
    width: 7%;;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    float: left;
    position: absolute;
    font-size: 8px;  
    border: none;
    outline: none;
    padding-top: 3px;
    color: white;
    padding: 3px 5px;
    background-color: inherit;
    font-family: inherit;
    margin-top: 1px;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color:  #2e2e2e;
  }
  
  .dropdown-content {
    float: right;
    display: none;
    border-radius: 0 0 5px 5px;
    position: absolute;
    background-color: #2e2e2e;
    min-width: 160px;
    margin: 17px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  
  .dropdown-content a:hover {
    padding: 12px 16px;
    margin: 0;
    background-color: #5d5d5d;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
.post_block{
  border: 10px solid #262626; 
  background-color: #2e2e2e; 
  margin-left: 20%; 
  margin-right: 20%;
  border-radius: 5px;
  margin-top: 2%;
}
.post_block p{
  color: AliceBlue;
}
.post_footer{
  align-content: flex-end;
}
.post_footer p{
  color: black;
}
}
  
body {
  background-image: radial-gradient(LightSlateGrey 15% ,DarkSlateGray 25% ,black 100%);
  color: AliceBlue;
  font-family: Verdana;
}

div {text-align: justify;}
img {width: 49%}
img {padding-top: 0}
header {padding-top: 0; margin-top: 0;}
footer {background-color: black}
footer {border: 40px solid black}
footer {padding: 0;}
footer {margin: 0;}
a {text-align: justify;}
a {padding-right: 20%}
a {margin-left: 2%;}
a {margin-top: 0;}
a {color: CadetBlue}

.navbar {
  border-radius: 3px;
  overflow: hidden;
  background-color: #262626;
  margin-bottom: 2%;
  margin-left: 5%;
  margin-right: 5%;
}
.navbar a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-top: 1px;
  padding: 3px 5px;
}

.navbar img{
  margin-left: 70%;
  width: 4%;;
}

.dropdown {
  float: left;
  overflow: hidden;
}
  
.dropdown .dropbtn {
  float: left;
  position: absolute;
  font-size: 18px;  
  border: none;
  outline: none;
  padding-top: 3px;
  color: white;
  padding: 3px 5px;
  background-color: inherit;
  font-family: inherit;
  margin-top: 1px;
}
  
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:  #2e2e2e;
}
  
.dropdown-content {
  float: right;
  display: none;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background-color: #2e2e2e;
  min-width: 160px;
  margin: 17px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}
  
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
}
  
.dropdown-content a:hover {
  padding: 12px 16px;
  margin: 0;
  background-color: #5d5d5d;
}
  
.dropdown:hover .dropdown-content {
  display: block;
}
.post_block{
  border: 10px solid #262626; 
  background-color: #2e2e2e; 
  margin-left: 20%; 
  margin-right: 20%;
  border-radius: 5px;
  margin-top: 2%;
}

