*{
    margin: 0;
    padding: 0;
}

body{
    background-image: linear-gradient(90deg, #0c0c0c, #002f2f);
    color: white;
}

.navbar{
    display: flex;
    text-align: right;
    padding: 0.5vw;
    background-image: linear-gradient(90deg, #0c0c0c, #002f2f);
    position: relative;
    top: 0.2vw;
    gap: 3vw;
    display: flex;
    color: whitesmoke;
}

.img{
    width: 1.5vw;
    height: 2vw;
    position: relative;
    left: 3.5vw;
}

#sign-in{
    background-color: #14d39e;
    border: none;
    color: black;
    padding: 0.3vw;
    font-size: 1vw;
    border-radius: 0.4vw;
}

.element{
    color: white;
    position: relative;
    top: 0.5vw;
    left: 40vw;
    text-decoration: none;
}

#span{
    font-size: 1.3vw;
    position: relative;
    left: 1vw;
    top: 0.5vw;
}

.courses {
    padding: 60px;
    color: white;
    font-size: 45px;
    position: relative;
    top: 80px;
}
.highlight{
    color: #14d39e;

}
.factory{
    color: #14d39e;
}
#heading{
    font-size: 30px;
    font-weight: 300px;

}
.footer{
    padding: 80px;
    font-size: 20px;
}