#tutorialBox {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: RGB(1, 11, 19, 0.25);
}

.stepBody {
    /*border: 1px solid black;*/
	width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

    background-color: RGB(1, 11, 19, 0.25);
}

.stepBox {
    /*TODO: Figure out if to include second border*/
	width: 15%;
    display:block;
    margin-right:auto;
    word-wrap: break-word;
    text-align: center;
}

.stepInsturctions {
    word-wrap: break-word;
    text-align: left;
}

.img-container {
    /*TODO: highlight in notes need of '..'*/
    
    /*background-image: url("../gifs/test.jpg");*/ 
    background-size:cover;
    background-position: center center;

    border-radius: 10px;
    border: black 1px;

    /*max-width: 100%;*/
    width:200px;
    height:200px;

    justify-content: right;
    margin-left: auto;
}

#img-container1 {
    background-image: url("../images/flashDrive.jpg");
}

#img-container2 {
    background-image: url("../gifs/fdiskCommnadOutput.gif");
}

#img-container3 {
    background-image: url("../images/turningOffComputer.jpg");
}

h1 {
    text-align: center;
}

code {
    font-size:x-large
}