body{
    background-color: white;
}
model-viewer{ 
    margin-top: 10px;
}
.navbar{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-style: groove;
    border-radius: 17px;
    box-shadow: 1px 3px 5px olivedrab;
}
.navbarCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.TextDiv:hover{
    margin:10px;
    display: flex;
    border-radius: 17px;
    background-color: whitesmoke;
    color: olivedrab;
    font-family: Georgia, 'Times New Roman', Times, serif;
    box-shadow: 1px 1px 3px olivedrab;
}

.Text{
    text-decoration: none;
    color: black;
    background-color: transparent;
    padding: 14px;
    margin-top:-5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.typing{
    font-size: 28px;
    width:0;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid olivedrab;
    animation: typing 4s steps(40) forwards, blink 0.7s infinite;
}

@keyframes typing{
    to{
        width: 100%;
    }
}
@keyframes blink{
    50%{
        border-color: whitesmoke;
    }
}
.firstoff{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    padding: 20px;
}
.about{
    margin-top: 20px;
    font-size: 22px;
    color: olivedrab;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: normal;
}
.secondoff{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding: 20px;
    width: 98%;
    height: auto;
    background-color: whitesmoke;
    border-radius: 17px;
    border:2px solid olivedrap;
    box-shadow: 1px 3px 5px olivedrab;
}

.aboutme{
    width: 50%;
    height: auto;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-align: justify;
    margin-right: 20px;
    border-radius: 17px;
    border:2px solid olivedrab;
    padding:20px;
    box-shadow: 1px 3px 5px olivedrab;
}
.thirdoff{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    width: 98%;
    height: auto;
    border-radius: 17px;
    border:2px solid olivedrap;
    box-shadow: 1px 3px 5px olivedrap;
    background-color: whitesmoke;
    box-shadow: 1px 3px 5px olivedrab;
}
.skills{
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-align: justify;
    margin-right: 20px;
    border-radius: 17px;
    border: 2px solid olivedrab;
    box-shadow: 1px 3px 5px olivedrab;
    padding:40px;
}