*{
    font-family: monospace;
    cursor: default;
}
body{
    margin: 0;
    padding: 0;
}#navbar
{
    cursor: default;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#00af9c;
}
#navul
{
    display: flex;
}
li
{
    display: block;
    font-size: 26px;
    padding: 12px;   
}
#navul a
{
    
    cursor: pointer;
    color: white;
    font-family: monospace;
    font-weight: bolder;
    text-decoration: none;
    font-size: 22px;
}

#navul a:hover
{
    color: black;
    font-family: monospace;
    font-weight: bolder;
    font-size: 22px;
    text-decoration: underline;
}

#welcome-section
{
    background-image: url(./assets/bg.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.divide{
    display: flex;
    gap: 50px;
}

.hero{
    display: flex;
    justify-content: space-around;
    gap: 50px;
}
h1
{
    font-family: monospace;
    font-size: 85px;
    color: white;
    cursor:default;
}
h1:hover{
    text-decoration: underline;
    color: #00af9c;
}

.p{
    color: #00af9c;
}

.p:hover{
    color: white;
}
#ab
{
    
    font-family: monospace;
    font-size: 35px;
    color: #00af9c;
    cursor:default;
}

#ab:hover{
    text-decoration: underline;
    color: white;
}

#projects
{
    background-image: url(./assets/bg.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#projects-header
{
    font-family: monospace;
    font-size: 50px;
    color: white;
    margin-top: 70px;
    margin-bottom: 40px;
    text-decoration: none;
    list-style: none;
}
#project-grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 5rem;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  
.project-image

  {
    cursor: pointer;
    height: 350px;
    width: 400px;
    object-fit: contain;
    background: var(--main-blue);
    border-radius: 15px;    
  }


.project-title
{
    cursor: pointer;
    font-family: monospace;
    color: white;
    font-size: 20px;
    text-align: center;
}
#contact
{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 90vh;
    background-color: #090e11;

}
#con
{
    font-family: monospace;
    font-size: 55px;
    color: white;   
}
#tagl
{
    font-family: monospace;
    font-size: 35px;
    color: #00af9c;
    
}
i
{
    font-size: large;
    color:white;
    padding: 25px;
}
#profile-link
{
    color:white;
    font-family: monospace;
    font-weight: bolder;
    font-size: 16px;
}

.code{
    width: 100px;

}

.coffee{
    height: 150px;
    width: 150px;
}

.animation{
    height: 90vh;
    background-image: url(./assets/bg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.dev{
    width: 300px;
}

@media screen and (max-width:415px){
    .navulcd{
        display: flex;
        flex-direction: column;
    }
}
.fact{
    color: white;
    font-size: 25px;
    font-weight: bold;
    background-color: #090e11;
}

.cyan{
    color: #00af9c;
}

.tap{
    background-color: transparent;
    color:#00af9c;
    border: 1px solid white;
    font-size: 25px;
    background-color: #090e11;
}