body{
    background-color: antiquewhite;
}
h1{
    text-shadow: -2px 2px 3px #ff0000;
}
.box{
    width: 6.125em;
    padding: .625em;
    border: .3125em outset red;
    margin: .625em;
    text-align: center;
    border-radius: 20px;
    box-shadow: 10px 10px 5px #888888;
}
.external{
    color: cornflowerblue;
    font-family: Impact;
    font-style: italic;
}

hr{
    height: 100px;
    border: none;
}

/*h1{
    color: rebeccapurple;
}*/
a:link{
    color: red;
}
a:visited{
    color: purple;
}
a:hover{
  color: chartreuse;
  text-decoration: line-through;
}
a:active{
  color: black;
}

#eesnimi, #perekonnanimi{
    background-color: black;
    margin-right: 20%;
    margin-left: 20%;
    color: wheat;
    font-size: 30px;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


