body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.c2 {
    color: #d60000;
    font-weight: bold;
}

.my2 {
    border-top: 1px solid #d60000;
    border-left: 1px solid #d60000;
    border-right: 1px solid #d60000;
    margin-top: 4%;
    height: 100px;
}


.tlt {
    padding-left: 3.7%;
    padding-top: 3%;
}

.color2 {
    border-left: 5px solid #d60000;
    margin-top: 4%;
}


#mural {
    background-color: #f7f7f7;
}

#url {
    height: 40px;
}

h3 {
    font-weight: 700;
    color: #2c4143;
}

.url-a {
    margin-left: 3%;
    color: black
}

.url-a:hover {
    color: black;
}

.img-journal {
    margin-top: 3%;
}


/* Desktop */
@media only screen and (max-width: 992px) {

    #url {
        height: auto;
    }

}

/* Tablet */
@media only screen and (max-width: 766px) {

    
}

/* Phone */
@media only screen and (max-width: 480px) {

    .my2 {
        all: unset;
    }

    .media {
        display: initial;
    }

    .url-a {
        margin-left: 0;
    }

    .img-journal {
        margin-top: 0px;
        height: inherit;
    }

}