body {
    background: #555;
}

#logo {
    background-image: url("../img/lehack25.png");
    background-size: contain;
    width: 300px;
    height: 110px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#main {
    width: 1000px;
    display: flex;
    margin: auto;
}

#emulator {
    width: 500px;
    height: 700px;

    font-family: Helvetica;
    font-weight: bold;
}

#emulator > div.title {
    margin-bottom: -20px;
    box-sizing: border-box;
    border: solid 3px rgba(1, 13, 43);
    border-radius: 4px;
    background-color: rgba(1, 13, 43);
    text-align: center;
    width: 501px;
    height: 28px;
    font-family: Helvetica;
    font-weight: bold;
    color: #eee;
}

#transmission {
    width: 800px;
}
