body {background-color: rgb(0, 61, 90); font-family: Verdana, Geneva, Tahoma, sans-serif; color: #ffffff;}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}

#clouds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('clouds.webp');
    background-size: cover;
    height: 100%;
}

#gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(0, 61, 90,0), rgba(0, 61, 90,0.9));
}

#logo {
    position: absolute;
    top: 200px;
    left: 50px;
    z-index:900
}

#content {
    position: fixed;
    top: 500px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 61, 90,0.9);
    height: 100%;
}

#text {
    position: absolute;
    top: 500px;
    left: 0;
margin-left:50px;
    margin-right:50px;
    margin-top: 50px;
}
