body{
  font-family: Georgia;
}

.copyright_text{
  text-align: center;
}

.div_logo {
  text-align: center;
  padding: 20px;
}

#div-typed{
  min-height: 50px;
}

img{
    padding-bottom: 20px;
}

.body_style{
  background-color: black;
  color: white;
}

footer  {
    padding-top: 30px;
}

hr.small {
    max-width: 200px;
}

.typed-cursor{
    font-size: 30px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

