* {
    box-sizing: border-box;
}

#desktop-content {
    flex-direction: column;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100vw;
}

button {
    background-color: #1C9BF6;
    width: 220px;
    height: 45px;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: 0.5ms;
}

h1 {
    cursor: default;
}

div {
    display: flex;
    margin: 0px;
    padding: 0px;
}

img {
    height: 611px;
    border-radius: 30px;
    box-shadow: 8px 14px 16.8px rgba(0, 0, 0, 0.25);
}

.footer {
    background-color: #0F172A;
    height: 353px;
}

.header {
    background-color: #1C9BF6;
    align-items: center;
    height: 80px;
    padding: 30px;
}

.header div {
    align-items: center;
}

.header div a {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.header .jeldensLogo {
    width: 61px;
    height: 61px;
}

.header .jeldensTypography {
    color: #ED3237;
    font-family: "Inter", sans-serif;
}

.header .jeldensBranding {
    gap: 5px;
}

.header .navigationButtons {
    padding-left: 37px;
    gap: 37px;
}

#poster {
    height: auto;
    width: 100vw;
    max-width: none;
    border: #1C9BF6 solid 2px;
    border-radius: 0px;
    box-shadow: none;
}

.flexColumn {
    flex-direction: column;
    align-items: center;
}

html, body {
    scrollbar-width: none;      
    -ms-overflow-style: none;  
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;          
}

#unsupported-device {
    background-color: #1C9BF6;
    height: 100vh;
    width: 100vw;
    padding: 20px;
}

#unsupported-device img {
    height: 100px;
    margin-bottom: 20px;
}

#unsupported-device p {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin: 0px;
}

#unsupported-device h1 {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}