h1 {
    font-family: Comfortaa, sans-serif;
    font-size: 50px;
    margin-left: 10px;
    color: white;
}

.h3 {
    font-family: Comfortaa, sans-serif;
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
    color: white;
}

a {
    text-decoration: none;
}

body {
    font-family: Comfortaa, sans-serif;
    margin: 0;
    background-color: #f1f1f1;
}

.bar {
    background-color: #ad0c00;
    overflow: hidden;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10px;
    align-items: center;
}

.menu_item {
    color:rgb(187, 223, 255);
    display: flex;
    justify-content: space-between;
    transition-duration: 0.4s;
}

.menu_item:hover {
    color: rgb(76, 132, 180);
    border-radius: 5px;
}

.specs {
    margin: 30px;
    position: absolute;
    right: 25%;
    top: 20%;
}

.btn {
    font-family: Comfortaa, sans-serif;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.order {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f44336;
}

.order:hover {
    background-color: #36d1f4;
    transition-duration: 0.3s;
}

.demo_img {
    width: 30%;
    height: auto;
    position: absolute;
    left: 10px;
    border-radius: 5%;
}

.demo_img_reverse {
    width: 30%;
    height: auto;
    position: absolute;
    right: 10px;
    border-radius: 5%;
}
