@font-face {
    font-family: rusch;
    src: url(Rusch-GoticoAntiqua100G.otf);
 }

* {
    box-sizing: border-box;
    font-family: rusch;
 }

 body {
    background-color: black;
 }
.info-box {
    background-color: rgb(0, 0, 0);
    position: fixed;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 250px;
    border: 1px solid white;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: white; 
    text-align: center;
 }

 .place {
    font-style: italic;
 }

 .place:visited {
    color:white;
 }

 .house2-bw {
    background-image: url(house2-bw.png);
 }

 .greenroof {
    background-image: url(greenroof-bw.png);
 }

 .grass {
    background-image: url(mainegrass-bw.png)
 }