* {
    margin: 0;
}

body {
    background-color: #535353;
    color: black;
    font-size: 14px;
    font-family: Courier New
}

.bigbox {
    max-width: 60rem;
    margin: 15px auto;
    background-color: #C6C6C6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    align-items: center;
    display: flex;

}

.smallbox {
    max-width: 650px;
    background-color: #eeeeee;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    border-bottom: 15px solid #eeeeee;
}

.pagetitle {
    text-align: center;
    font-size: xx-large;
    padding: 14px 0;
}

.image {
    margin: 10px 0px 0px 0px;
    text-align: center;
    max-width: auto;
    max-height: 100%;
    
    object-fit: cover;
}

.content {
    text-align: center;
    margin: 21px 30px 20px 30px;
}

.content img {

    object-fit: cover;
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    max-height: auto;
}

.command {
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin: 20px 30px 0px 30px;
}

.log {
    font-weight: normal;
    font-family: Courier New;
    font-size: 18px;
    margin: 20px 30px 0px 30px;
}

.goback {
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
}