*{
    margin:0;
    padding: 0;
}
body{
    font-family: Arial, sans-serif;
}
#nav-bar {
display: flex;
    background-color: #003160;
    height: 110px;
    width: 100%;
}

#nav-bar img{
    height: 130px;
    width: 140px;
    display: flex;
    justify-content: center;
}
li{
    list-style: none;
}
nav {
    display: flex;
}
#body{
    width: 100%;
    background-color: #003160;

}
.content{

    position: relative;
    width: 100%;
    height: 690px;
    background: url("img/background.png") no-repeat center center;
    background-size: cover;
}
/*
.content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
} */
.construction{
   display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 250px;
    align-items: center;


}
.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
   margin-top: -20px;
    align-items: center;
}
.text h3{
    color: white;
    font-size: 25px;
}
.text h3:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 2px 10px 20px rgba( 0, 0, 0, 0.2);
}
.text a{
    text-decoration: none;
    color: white;
    font-size: 25px;
}
.text a:hover{
    transform: scale(1.05) translateY(-5px);
    box-shadow: 2px 10px 20px rgba( 0, 0, 0, 0.2);
}
.construction img{
    height: 130px;
    width: 130px;
}
.construction img:hover{
    transform: scale(1.05) translateY(-5px);
    box-shadow: 2px 10px 20px rgba( 0, 0, 0, 0.2);
}

.construction h1{
    color: white;
    font-size: 45px;
}

.construction h1:hover{
    transform: scale(1.05) translateY(-5px);
    box-shadow: 2px 10px 20px rgba( 0, 0, 0, 0.2);
}
#footer{
    background-color: #003160;
    width: 100%;
    height: 200px;

}

.contact{
    display: flex;
    color: white;
    gap: 50px;
    padding: 30px;

}
#footer a{
    text-decoration: none;
    color: white;
}