body{
    font-family: 'Roboto', sans-serif;
    cursor: url(images/cur.png), auto;
}

.helloworld{
    background-color: rgba(255, 255, 255);
    min-width: 300px;
    max-width: 800px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
}

.hwtext{
    text-align: center;
    line-height: 23px;
    color: rgb(70, 70, 70)
}

.profile{
    background-color: rgba(255, 255, 255);
    width: 350px;
    height: 150px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.profile:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.skill{
    background-color: rgba(255, 255, 255);
    width: 350px;
    height: 150px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.skill:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.noob{
    background-color: rgba(255, 255, 255);
    width: 350px;
    height: 140px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.noob:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.learn{
    background-color: rgba(255, 255, 255);
    width: 350px;
    height: 140px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.learn:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.6);
}

.history{
    background-color: rgba(255, 255, 255);
    min-width: 300px;
    max-width: 800px;
    height: auto;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
}

.historys{
    background-color: rgba(255, 255, 255);
    min-width: 250px;
    max-width: 85%;
    width: 650px;
    height: auto;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    transition: all 0.3s;
    margin-top: 40px;
}

.historys:hover{
    transform: translateY(-4px);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.historytext{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: black;
    padding: 5px;
}

.historyday{
    text-align: center;
    font-size: 15px;
    margin-top: -20px;
    color: rgb(90, 90, 90);
    padding: 5px;
}

.hello{
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: top 1s ease-out;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.helloback{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hello-img{
    position: fixed;
    width: 130%;
    height: 120vh;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display:block;
    object-fit: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    margin: -10px;
    width: calc(100% + 20px);
    transition: top 1s ease-out;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#ityped{
    z-index: 10003;
    transition: top 1s ease-out;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    text-align: center;
    color: white;
    font-size: 30px;
}

#hello-mo-div{
    position: fixed;
    z-index: 20000;
    animation-name: hellodiv;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    transition: opacity 0.3s;
}

    
.ityped-cursor {
    font-size: 1em;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.5s infinite;
    animation-direction: alternate;
    color: white;
    font-size: 30px;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

.textback{
    background-color: rgba(255, 255, 255, 0.17);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 380px;
    min-height: 50px;
    margin: 20px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification{
    background-color: rgba(150, 150, 150, 0.1);
    height: 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px -3px #c1ecdf;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 50000;
    border-radius: 0 0 10px 0;
    transition: top left 1s ease-out;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    margin: -80px;
    -webkit-animation: notification 1s infinite;
    -moz-animation: notification 1s infinite;
    animation: notification 1s infinite;
    animation-direction: alternate;
}

.notificationhome{
    background-color: rgba(150, 150, 150, 0.1);
    width: 90px;
    height: 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px -3px #c1ecdf;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 50000;
    border-radius: 0 0 10px 0;
    transition: top left 1s ease-out;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    margin: -80px;
    -webkit-animation: notification 1s infinite;
    -moz-animation: notification 1s infinite;
    animation: notification 1s infinite;
    animation-direction: alternate;
}

.notificationtext{
    display: flex;
    position: fixed;
    margin: 10px;
    color: black;
    font-size: 25px;
}

@keyframes notification {
    100% {
        box-shadow: 0 0 15px 4px #c1ecdf;
    }
}

@-webkit-keyframes notification {
    100% {
        box-shadow: 0 0 15px 4px #c1ecdf;
    }
}

@-moz-keyframes notification {
    100% {
        box-shadow: 0 0 15px 4px #c1ecdf;
    }
}
