.navbar {
    position: sticky;
    top: 0;
    background: #333;
    padding: 10px;
}
.navbar a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

.static-section {
    padding: 20px;
}
.static-section img {
    max-width: 100%;
    height: auto;
}

.text {
    position: relative;
    height: 100px;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-align: center;
}

footer{
    position: relative;
    left: 0;
    width:100%;
}