.filezilla {
    font-weight: bold;
    color: red;
}

.bold {
    font-weight: bold;
}

table {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#borderwhite {
    border: 1px solid #5ae331;
}

h4 {
    color: blue;
    margin-left: 3vw;
}

.red {
    color: red;
}

pre {
    margin-left: 1vw;
    background-color: #605f5f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.green {
    color: greenyellow;
}

.box {
    width: 10vw;
    height: 10vw;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
body{
    background-image: url("../img/dragons_jupiter.png")
}