*{
    margin:0;
    padding: 0;
}
body{
    background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    background-repeat: no-repeat;
    background-size:100% 100%;
    height:100vh;
    overflow: hidden;
}
.bar{
    position:absolute;
    z-index:9999;
    height:50px;
    width:100%;
    background-color: rgb(0, 153, 255);
}
.bar div{
    text-align: center;
    line-height: 50px;
    font-size:20px;
    color:white;
}
.bar span{
    font-size:22px;
    position: fixed;
    top:0;
    right:5px;
    color:whitesmoke;
}
.aboutme-card{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    outline:none;
    width:700px;
    height:320px;
    border-radius: 15px;
    background:#fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding-left:40px;
    padding-right:40px;
    z-index: 999;
}
.name{
    font-size: 32px;
    margin-bottom: 10px;
}
.info{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;

}
.aboutme{
    float: left;
    width: 70%;
    padding-top:12%;
}

.icon{
    width: 30%;
    float: left;
    padding-top:10%;
}
.icon img{
    width:180px;
    border-radius: 50%;
}
.into{
    margin-top: 10px;
    font-size: 17px;
    line-height: 27px;
}
.btnhub{
    margin-top: 13px;
}
.project-card{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    outline:none;
    width:800px;
    height:500px;
    border-radius: 15px;
    background:#fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 1;
    display:none;
}
.project-off{
    position: absolute;
    padding:10px 17px;
    right:0;
    font-size: 30px;
    color:grey;
}
.project-title{
    text-align: center;
    font-size: 30px;
    margin-top:30px;
    margin-bottom: 30px;
}
.projectcard{
    height:130px;
    width:350px;
    float: left;
    margin-bottom:25px;
    margin-left:35px;
}
.project-card-title{
    margin-top:20px;
    margin-left:25px;
    font-size: 1.5rem;
    margin-bottom:5px;
}
.projectcard a{
    margin-left:25px;
    height:35px;
    font-size:1rem;
    display: block;
}
.projectcard footer{
    height:40px;
    text-align: center;
    line-height: 40px;
    color:#d81b60;
    font-size: 16px;
}
.project-tips{
    width:90%;
    height:60px;
    border-radius: 15px;
    position:absolute;
    text-align: center;
    bottom: 30px;
    margin-left: 5%;
    background-color:#faebd7;
    font-size: 18px;
    line-height: 60px;
}