*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

body{
    background-color: rgba(17, 31, 46, 0.91);
}

.bar{
    width: 100%;
    height: 50px;
    background-color: #0b2231;
}

.bar h1{
    font-size: 36px;
}

.custom-order{
    position: relative;
    left: -130px;
}

.custom-order01{
    position: relative;
    left: 300px;
}



