@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


body {
    font-family: 'Open Sans', sans-serif;
    background-image: url("netheader.png")
}


header {
    background-image:url('netheader2.jpg');
    background-repeat: repeat-x;
    height: 500px;
}




.box {
    background: white;
    opacity: 90%;
    margin-top: 150px;
}




.footer-copyright1 {
    color: white;
    position: relative;
}



.box {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 8px 15px 8px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 8px 15px 8px rgba(0,0,0,0.44);
    box-shadow: -1px 8px 15px 8px rgba(0,0,0,0.44);
}