* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #2b1a35;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.header {
    text-align: center;
    font-size: 65px;
    padding: 15px; /* Changed from 30px to 15px */
    background-color: transparent;
    z-index: 2;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-left, .footer-center, .footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left {
    flex: 1;
}

.footer-center {
    flex: 2;
    justify-content: center;
}

.footer-right {
    flex: 1;
    justify-content: flex-end;
}

.footer a {
    color: lightblue;
}

.screensaver-btn {
    display: none;
}

.screensaver-btn:hover {
    background-color: #ffb234;
    transform: scale(1.05);
}

.screensaver-btn::before {
    content: '▶';
    font-size: 14px;
}

.container {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: calc(100% - 160px);
}

.btn-group {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.btn {
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    background-color: #ffb234;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: 280px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn img {
    width: 190px;
}

.btn-pvw {
    background-color: #1e3144;
}

.btn-pvw:hover {
    background-color: #ffb234;
    transform: scale(1.1);
}

.btn-2 {
    background-color: #4c1e4a;
}

.btn-2:hover {
    background-color: #ffb234;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.container {
    animation: fadeIn 1s ease-in-out;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(107, 50, 85, 0.3);
    animation: move 20s infinite ease-in-out;
}

.circle:nth-child(1) {
    width: 300px;
    height: 300px;
    bottom: 50%;
    left: 25%;
}

.circle:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 30%;
    left: 60%;
}

.circle:nth-child(3) {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 15%;
}

.circle:nth-child(4) {
    width: 250px;
    height: 250px;
    top: 20%;
    right: 20%;
}

.circle:nth-child(5) {
    width: 180px;
    height: 180px;
    top: 60%;
    left: 20%;
}

@keyframes move {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-50px) translateX(50px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #2b1a35;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-left, .footer-center, .footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left {
    flex: 1;
}

.footer-center {
    flex: 2;
    justify-content: center;
}

.footer-right {
    flex: 1;
    justify-content: flex-end;
}

.footer a {
    color: lightblue;
}

.screensaver-btn {
    display: none;
}

.screensaver-btn:hover {
    background-color: #ffb234;
    transform: scale(1.05);
}

.screensaver-btn::before {
    content: '▶';
    font-size: 14px;
}

.container {
    text-align: center;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 160px);
}

.btn-group {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.btn {
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    background-color: #ffb234;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: 280px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn img {
    width: 190px;
}

.btn-pvw {
    background-color: #1e3144;
}

.btn-pvw:hover {
    background-color: #ffb234;
    transform: scale(1.1);
}

.btn-2 {
    background-color: #4c1e4a;
}

.btn-2:hover {
    background-color: #ffb234;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.container {
    animation: fadeIn 1s ease-in-out;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(107, 50, 85, 0.3);
    animation: move 20s infinite ease-in-out;
}

.circle:nth-child(1) {
    width: 300px;
    height: 300px;
    bottom: 50%;
    left: 25%;
}

.circle:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 30%;
    left: 60%;
}

.circle:nth-child(3) {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 15%;
}

.circle:nth-child(4) {
    width: 250px;
    height: 250px;
    top: 20%;
    right: 20%;
}

.circle:nth-child(5) {
    width: 180px;
    height: 180px;
    top: 60%;
    left: 20%;
}

@keyframes move {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-50px) translateX(50px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

.fullscreen-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    transition: all 0.3s ease;
}

.fullscreen-btn:hover {
    color: #ffb234;
}

.fullscreen-btn img {
    width: 24px;
    height: 24px;
}

.animated-btn {
    transition: transform 0.3s ease;
}

.animated-btn:hover {
    transform: scale(1.1);
}

.screensaver {
    display: none;
}

.screensaver-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screensaver img, .screensaver video {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: none;
}

.screensaver img.active, .screensaver video.active {
    display: block;
    animation: fadeIn 1.4s ease-in-out;
}

.try-button {
    position: absolute;
    top: 15%; /* Verplaatst van 50% naar 40% */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 30px 60px;
    font-size: 36px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border: 3px solid white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.try-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}