@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    margin:0 auto;
    line-height:1.5;
    letter-spacing:1.5;
    color:white;
    background-image: url('img/cover.jpg');
    background-size: cover; /* Ensures the image covers the entire screen */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps the background image stationary on scroll */
    background-repeat: no-repeat; /* Ensures the image doesn't repeat */
}
main {
    margin:0 auto;
    padding:22px 22px 55px 22px;
}
.logo {
    width:180px;
}
ul {
    list-style-type:none;
    text-align:left;
}
a {
    color:orange;
}
a:hover {
    color:orangered;
}
.nav-item {
    color:orange;
    font-weight:500;
}
.nav-item:hover {
    color:orangered;
    font-weight:500;
}
.nav-link {
    color:#0066ff;
    font-weight:500;
    font-size:16px;
    letter-spacing:2px;
    margin-right:12px;
}
.nav-link:hover {
    color:#3c8aff;
    font-weight:500;
    font-size:16px;
    letter-spacing:3px;
    margin-right:12px;
}
div {
    padding:35px;
}
h1 {
    font-size:25px;
    padding-top:55px;
    padding-bottom:22px;
}
h2 {
    font-size:20px;
    padding-top:55px;
    padding-bottom:22px;
}
h3 {
    font-size:20px;
    padding-top:55px;
    padding-bottom:22px;
}
h4 {
    font-size:20px;
    padding-top:55px;
    padding-bottom:22px;
}
h5 {
    font-size:20px;
    padding-top:55px;
    padding-bottom:22px;
}
h6 {
    font-size:20px;
    padding-top:55px;
    padding-bottom:22px;
}
p {
    margin-left:22px;
}
.fa-facebook-square {
    color:#3b5998;
    font-size:22px;
    padding:5px;
}
.fa-twitter-square {
    color:#00acee;
    font-size:22px;
    padding:5px;
}
.fa-reddit-square {
    color:#FF5700;
    font-size:22px;
    padding:5px;
}
.fa-linkedin-square {
    color:#0077B5;
    font-size:22px;
    padding:5px;
}
.fa-envelope {
    color:white;
    font-size:22px;
    padding:5px;
}
.footer-link {
    color:#0066ff;
    font-weight:500;
    font-size:16px;
    letter-spacing:2px;
    text-decoration:none;
}