@font-face{
    font-family: Architect;
    src: url(ArchitectsDaughter-Regular.ttf);
}
body{
    background-image: url(/backgrounds/blackdots.png);
    background-size: 100%;
    background-color: black;
}
h1{
    color: lightgrey;
    font-size: 40px;
    font-family: "Architect";
}
h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
}
h3{
    color: white;
    font-family: "Architect";
    font-size: 25px;
    text-decoration: underline;
}
p{
    color: white;
    font-family: "Architect";
    font-size: 20px;
}
a{
    text-decoration: underline dotted;
    font-family: "Architect";
    font-size: 25px;
    color: white;
}
img{
    border: 2px solid #555;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.navbar ul{
    list-style-type: none;
    background-color: rgba(81, 82, 146, 0.4);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    border-radius: 5px;
}
.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 20px;
}
.navbar a:hover{
    background-color: rgba(81, 82, 146, 0.45);
}
.navbar li{
    float: left;
}
#return{
    font-size: 20px;
}