* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: black;
    font-size: 20px;
}

#Announcements {
    color: gold;
    text-align: center;
    font-size: large;
}

#Announcements .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Announcements img {
    height: 100px;
    width: 100px;
    margin-left: 5%;

}

#head {
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: left;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: black;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

#head a {
    margin-right: 5%;
    text-decoration: none;
    color: white;
}

#head img {
    width: 50px;
    height: 50px;
    margin-right: 5%;
}


#tekst1 {
    color: white;
    text-align: center;
    margin-bottom: 10%;

}

#tekst1 p{
    max-width: 80%;
    margin-left: 10%;
}

#tekst1 img {
    width: 800px;
    height: 400px;
    

}

#tekst2 {

    color: white;
    text-align: center;
    margin-bottom: 10%;
}

#tekst2 p{
    max-width: 80%;
    margin-left: 10%;
}


#tekst2 img {

width: 800px;
height: 400px;

}

#tekst3 {
    color: white;
    text-align: center;
    margin-bottom: 10%;

}

#tekst3 p{
    max-width: 80%;
    margin-left: 10%;
}

#tekst3 img {
    width: 800px;
    height: 400px;
    

}

#tekst4 {

    color: white;
    text-align: center;
    margin-bottom: 5%;
}

#tekst4 p{
    max-width: 80%;
    margin-left: 10%;
}

#tech-specs {
    color: white;
    
    margin-bottom: 5%;
    margin-left: 2%;
    text-align: left;
    margin-top: -50px; 
    padding-top: 100px;
}

#about-us {
    color: white;
    margin-left: 2%;
    text-align: left;
    max-width: 50%;
    
    margin-bottom: 5%;
    margin-top: -50px;
    padding-top: 100px;
}






#services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin-right: 5px;

}

#services img {
    height: 250px;
    width: 250px;
}

#onderkant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
    border-top: 1px solid #dddddd;
    color: white;
}

#onderkant .social-media {

    margin-right: 20%;
}

#onderkant .social-media a {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
}

#onderkant .contact-info {
    text-align: left;
    margin-left: 20%;
}