body {
    font-family: "Roboto";
    background-color: black;
    color: white;
    margin-left: 25%;
    margin-right: 25%;
}
a, a:visited {
    color: white;
}
p {
    text-align: justify;
    text-justify: inter-word;
}
.logo {
    width: 200px;
    float: right;
}
.logobox,.computer {
    display: flow-root;
}
.computer {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #444;
}
.computer img {
    max-width: 300px;
    width: 25%;
    float: right;
    padding-left: 25px;
}
