
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

h2{
    color: lightgrey;
    font-size: 30px;
}

table{
    font-family:  Bebas Neue,cursive;
    border-collapse: collapse;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 2%;
}

td, th{
    border: 2px solid rgb(20, 8, 69);
    text-align: center;
    padding: 1%;
}

th{
    background-color: rgb(43, 90, 166);
}

td{
    background-color: rgb(106, 178, 198);
}

caption{
    font-size: 25px;
    color: lightgrey;
    font-weight: bold;
}

/* Parallax */

body{
    height: 100vh;
}

.container{
    height: 100%;
    width: 100%;
    background: url("../images/fond1.png") no-repeat 0 0 fixed !important;
    background-size: cover !important; 
    position: relative;
    z-index: 1;
}

.parallax{
    height: 100vh;
    width: 100%;
    position: relative ;
}

.n1{
    background: url("../images/fond2.png") no-repeat 0 0 fixed !important;
    background-size: cover !important;
}

.n2{
    background: url("../images/fond3.png") no-repeat 0 0 fixed !important;
    background-size: cover !important;
}

.n3{
    background: url("../images/fond4.png") no-repeat 0 0 fixed !important;
    background-size: cover !important;
}

.n4{
    background: url("../images/fond5.jpg") no-repeat 0 0 fixed ;
    background-size: cover ;
}