body {
    font-family: "Lato", sans-serif;padding: 10px;
}

.center {
    text-align: center;
    margin: auto;
    width: 50%;

    padding: 20px;
}
.about {
    margin: auto;
}
.bottom-item {
    bottom: 20px;
}

.progress-bar {
    background-color: red;
}

ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: green !important;
}

.stepper-vertical li .step-content {
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 4.07rem;
}

.problem-progress {
    margin: 5px;
}

.progress-small {
    height: 5px;
}

.progress-complete {
    background-color: green;
}

.nohover {
    cursor: default;
}


.carousel {
    margin: auto;
    width: 600px; /* Or try to use important */
    height: auto;
}
.carousel-item {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.carousel-inner .item img {
    width: 100%; /* or width: 100% !important; */
}

h2 {
    text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    color: white;
    font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L",
        "Century Schoolbook L", serif;
}

.intro-self {
    text-align: center;
    margin: auto;
    width: 50%;
    /* border: 3px solid rgb(72, 189, 159); */
    padding: 20px;
    color: #6f7070;
    text-shadow: -0.4px -0.4px 0.4px #5bcd59, 0.4px 0.4px 0.4px #5bcd59;
    background-color: #ededed;

    font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L",
        "Century Schoolbook L", serif;
}
.intro-hobby {
    /* text-shadow: 2px 2px 12px rgb(195, 167, 167); */
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

.item-hobby {
    text-shadow: #fc0 1px 0 10px;
}

.hobby-container {
    align-items: center;
    width: 600px;
}

.hobby-img {
    box-sizing: border-box;
    display: inline;
    outline: transparent solid 1px;
    margin: auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.color-favorite {
    border: 10px solid rgb(190, 214, 225);
    border-radius: 20px;
    background-color: rgb(0, 162, 233);
}

@media screen and(max-width: 450px) {
    .sidenav {
        top: 500px;
    }
}

.sidenav {
    z-index: 1;
    /* top: auto; */
    right: 10px;
    background: #eee;
    overflow-x: visible;
    /* padding: 8px 0; */
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #2196f3;
    display: block;
}

.sidenav a:hover {
    color: #064579;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (min-width: 450px) {
    .sidenav {
        position: fixed;
    }
}
