*{
    margin: 0;
    padding: 0;
}
nav {
    background-color: antiquewhite;
    height: 3rem;
    width: 100%;
    display: flex;
    background-color: #0082e6;
    color: white;
    position: fixed;
    transition: top 0.3s;
    top: 0;
}

nav h2 {
    padding-top: 5px;
    font-size: 30px;
    margin-left: 4rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
}

nav h2:hover {
    transform: scale(1.2);
    transition: 1s;
}

nav ul {
    display: flex;
    margin-left: 50rem;
    padding-top: 10px;
    font-size: 21px;
}

nav li {
    padding-left: 2.5rem;
    list-style: none;
}

nav a {
    text-decoration: none;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav a:active{
    border-bottom: 2px solid #4dff88;
}

li:hover {
    transform: scale(1.2);
    transition: 1s;
}

footer {
    height: 250px;
    background-color: black;
    opacity: 0.8;
    color: white;
    display: flex;
    /* margin-top: 5rem;; */
}

.ft_left {
    width: 40%;
    padding-top: 2rem;
    padding-left: 2rem;
    text-align: justify;
}

.ft_left h1 {
    letter-spacing: 2px;
    font-size: 40px;
}

footer span {
    color: #4dff88;
    font-size: 44px;
    font-style: italic;
    margin-left: -8px;
    letter-spacing: 0px;
}

footer hr {
    margin-bottom: 25px;
    width: 200px;
}

.ft_left p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    word-spacing: -1px;
    color: #4dff88;
    font-style: italic;
}

.ft_right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 3rem;
    margin-top: 3rem;
    font-size: 21px;
}

.ft_right i {
    margin-right: 10px;
    color: green;
    margin-top: 20px;
}

#fb{
    color: #0082e6;
    margin-right: 7px;
}

#ig{
   color: white;
}
#ws{
    color: #4dff88;
}
#tw{
    color: #00acee;
}
.ft_right a {
    text-decoration: none;
    color: white;
}
.ft_right a:hover{
    transform: scale(1.1);
    transition: 2s;
    color: #0082e6;
    font-weight: bold;
}
.rtst{
    text-align: center;
    margin-left: 7rem;
    margin-top: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
}
.rtst img{
    opacity: 0.6;
    height: 6rem;
    width: 6rem;
    margin-bottom: 1rem;
}
.rtst p{
    margin-top: 1.5rem;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
}