html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: rgb(0,0,10);
}
/* Online */
#order {
    position: relative;
    z-index: 999;
    padding: 15px 30px;
    font-size: 16px;
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#order:hover {
    background-color: #cc0000;
}

.om{
    padding-top: 100px;
}
#om_text{
    color: #FAF9F6;
    font-size: 1.5rem;
    font-family: "Poppins";
    text-align: center;
    margin: 0 100px;
    justify-content: center;
    padding-top: 50px;
}

.logos{
    display: flex;
    justify-content: space-between;
    width: auto;
    justify-content: center;
    align-self: center;
}

#asc{
    height: 100px;
    width: auto;
}

#asc img{
    height: 150px;
}

#msc{
    height: 100px;
    padding-top: 25px;
}

#msc img{
    height: 100px;
}

/*INFO */
.info{
    padding: 20px;
}