body {
    background-color: white;
    text-align: center;
    font-family: arial;
}

.box {
    width: 1200px;
    margin: 0 auto;
    background-color: rgb(0, 183, 255);
    padding: 20px;
    margin-bottom: 15px;
    text-align: left;
    color: darkblue;
}

.tutorialImageSample {
    width: 1200px;
}

#asdfgh {
    text-align: center;
}

hr {
    width: 1200px;
    border: none;
    height: 1px;
    background-color: white;
}

#aswertdfswertawrede,
#asdc,
#asdf {
    width: 630px;
    background-color: white;
    padding: 10px;
    border-style: solid;
    border-color: lightgray;
    border-width: 2px;
    border-radius: 5px;
}

#asdc,
#asdf {
    width: 265px;
}


@media (max-width: 600px) {
    body {

        background-color: blue;
    }

    #aswertdfswertawrede,
    pre {
        font-size: 13px;
        width: 1150px;
    }

    h1,
    p {
        font-size: 70px;
    }

}