.container {
    padding-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

#emtitle {
    text-align: center;
    margin-top: 10px;
}

img {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.navbar-brand>img {
    width: 30%;
    height: auto;
    background: white;
    border-radius: 0px;
}

@media only screen and (max-width: 768px) {
    .container {
        flex-wrap: wrap;
        max-width: fit-content;
    }
}

@media only screen and (min-width: 800px) {
    .container {
        margin-left: 10%;
    }
}