html {
    scroll-behavior: smooth;
}

.content {
    margin-top: 15rem;
}

.part {
    margin-bottom: 2rem;
}

h4 {
    margin-top: 1rem;
}

#steps{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

ol {
    margin-top: 1rem;
}

.titles{
    margin-top: 4rem;
    color:#0996B4;
    opacity: 80%;
}

.box {
    margin-top: 3rem;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.box_2 {
    margin-top: 3rem;
    width: 48%;
    vertical-align: top;
}

#prusa_screen {
    width: 90%;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
}

ol{
    font-weight: bold;
}

ol li span{
    font-weight: normal;
}

.inside_list {
    list-style-type: lower-latin;
}
#image_container > img{
    margin-top: 25%;

}

#printer_image{
    display: flex;
    justify-content: center;
    width: 80%;
    align-items: center;
    display: block;
    text-align: right;

}

#get_started_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 760px){
    .box, .box_2{
        width: 100%;
    }
    #get_started_container{
       flex-direction: column;
    }
}

