body {
    background-color:#25272F;
    font-family:monospace;
    color: whitesmoke;
    margin-left: 15%;
    margin-right: 15%;
}

.box {
    width: 480px;
    //height: 140px;
    margin: 5px;
    padding: 20px;
    //background-color: aqua;
    float: left;    
}

.header {
    font-size: 50px;
    justify-content: center;
}

.description {
    font-size: 30px;
    //color: firebrick;
}

.contact {
    font-size: 25px;
}

.link {
    //font-style: italic;
    color: whitesmoke;
}

.fly-image {
    background-image:url("fly.jpg");
}