header {
    background-image: url('./imgs/water.jpg');
    background-repeat: no-repeat;
    background-size: 100% 200%;
    background-color: rgb(15, 36, 190);
}
h2 {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

main {
    background-color: rgba(1, 1, 45, 0.94);
}

#wrapper {
    background-color: rgba(0, 31, 31, 0.712);
}

img {
    width: 70%;
}