*{
    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: absolute;
    top: 0.2vw;
    gap: 3vw;
    display: flex;
    color: whitesmoke;
}

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

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

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

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

#header_container{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding: 5vw;
    font-size: 2vw;
    letter-spacing: 0.3vw;
    background: linear-gradient(90deg, #0c0c0c, #002f2f);
}

#hight_light{
    color: #14d39e;
}

.para{
    position: absolute;
    left: 70vw;
    top: 20vw;
    font-weight: bold;
    font-size: 0.8vw;
    letter-spacing: 0.015vw;
}

#span_color{
    color: #14d39e;
}

.button{
    text-align: center;
    color: black;
    border-radius: 1vw;
    background-color: #14d39e;
    font-size: 1.25vw;
    padding: 0.7vw;
    position: relative;
    left: 40vw;
    bottom: 5vw;
}

#div{
    padding-bottom: 3vw;
    text-align: center;
    position: absolute;
    left: 30vw;
    gap: 10vw;
    display: flex;
}

.element_item1{
    font-size: 1.5vw;
    color: white;
}

.element_item2{
    font-size: 1.5vw;
    color: white;
}

.element_item3{
    color: white;
    font-size: 1.5vw;
}

#second_container{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding: 5vw;
    font-size: 3vw;
    letter-spacing: 0.1vw;
    background: linear-gradient(90deg, #0c0c0c, #002f2f);
    position: relative;
    top: 9vw;
}