html, body {
    font-family: arial,sans-serif;
    background-color: #131314;
    color: #fff;
}
.order {
    position: fixed;
    display: block;
    z-index: 101;
    white-space: nowrap;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    /*background-color: #8ab4f8;
    color: #202124;*/
    background-color: #216fec;
    color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 36px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3), 0 4px 8px 3px rgba(0,0,0,.15);
    border: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),opacity 15ms linear 30ms,transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    border-radius: 25px;
}
.order:hover {
    /*background-color: #9ac1ff;*/
    background-color: #357df0;
}
.header {
    margin: auto;
    width: 70%;
    text-align: center;
}
.container {
    display: flex;
    flex-wrap: wrap; /* Allow divs to wrap to a new line */
    justify-content: center;
    width: 70%; /* Adjust width as needed */
    margin: 0 auto; /* Center horizontally */
}
.container > div {
    width: 100%; /* Make each div take up 45% (leaves space between) */
    margin: 10px 0; 
    border: 1px solid black; /* Add a border for visibility */
    /* padding: 15px; */
    /*padding-right: 15px;*/
    text-align: left;  
}
/*iframe {
    width: 100%!important;
    margin-right: 10px;
}*/
iframe { 
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.menu {
    list-style-type: none;
    padding: 0;
}
.menu li {
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
}
.menu a {
    /*text-decoration: none;
    color: #5f6368;*/
    color: #fff;
    transition: background-color .2s,box-shadow .2s,color .2s;
}
.menu a:hover {
    /*color: #c4c7c5;
    color: #1d9c3d;*/
    color: #4285f4;
    /*text-decoration: none;*/
}
.summary {
    margin-left: 15px;
}
.left {
    text-align: left;
}
.w100 {
    width: 100%;
}
.order-button {
    position: fixed;
    display: block;
    z-index: 101;
    white-space: nowrap;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    /*background: #4149f2;*/
    background: #4285f4;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
}
.order-button:hover {
    background: #232df3;
}
.text-container {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}
.chosen {
    text-decoration: none;
}
a.logo {
    text-decoration: none;
    color:#fff;
}
.subtitle {
    text-align: left;
}
.text-align-left {
    text-align: left;
}
.my-work {
    margin-top: 40px;
}
.desc {
    margin-top: 45px;
    color: #e3e3e3;
}
.desc-first {
    color: #e3e3e3;
}
.ref-link {
    /*color: #fff;*/
    color: #e3e3e3;
}
.ref-link:hover {
    color: #4285f4;
}
.footer {
    margin-top: 50px;
    margin-bottom: 30px;
}
.order {
    /*color: #202124;*/
    color: #fff;
    text-decoration: none;
}
.slogan {
    color: #c4c7c5;
}
.center {
    text-align: center;
}

.insta iframe, .instagram-media {
    margin: 0 auto !important;
}

/* CSS rules here for screens lower than 750px */
@media all and (max-width: 750px) {
    .header {
        width: 92%;
    }
}
