html , body{
    color: #f2f1ec;
    background: #0d0d0d;
    font: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
.row{
    margin-left: 5%;
    margin-right: 5%;
}
nav{
    transition: transform 0.5s ease-in-out;
}
a{
    color: #f2f1ec ;
}
a:hover{
    text-decoration: none;
    color:#f2f1ec ;
}
.active{
    font-weight: bolder;
}
.homepage{
    margin-left: 5%;
    margin-top: 18px;
    user-select: none;
}
.content{
    text-decoration: none;
    list-style-type: none;
    color: #f2f1ec;
    margin-top:18px;
    margin-right: 5%;
}
.content_work{
    height: 20px;
    overflow: hidden;
    user-select: none;
    display: inline-block;
}
.content_work span{
    padding-left: 16px;
    display: block;
    transition: 0.3s ease-in-out;
}
.content_work span:hover{
    transform: translateY(-50%);
}
.content_mail {
    text-align: right;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    user-select: none;
    display: inline-block;
}
.content_mail  span{
    display: block;
    transition: 0.3s ease-in-out;
}
.content_mail span:hover{
    transform: translateY(-50%);
}
.navbar{
    width: 100%;
    height: 60px;
    background: #0d0d0d;
    top: 0;
    left: 0;
    border-radius: 0;
    position: fixed;
    z-index: 10;
}
.box1{
    height: 360px;
    background-color: #1b1b1b;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 12px;
    transition: 0.5s ease-in-out;
    user-select: none;
    margin-bottom: 24px;
}
.box1:hover{
    background-color: #1854ff;
}
.box2{
    height: 360px;
    background-color: #f2f1ec;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 12px;
    transition: 0.5s ease-in-out;
    user-select: none;
    margin-bottom: 24px;
}
.box2:hover{
    background-color: #ff5f18;
}
.box3{
    height: 360px;
    background-color: #f2f1ec;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 12px;
    transition: 0.5s ease-in-out;
    user-select: none;
}
.imgme{
    display: block;
    margin-top: 48px;
    height: 160px;
    width: 160px;
}
.btn{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    margin-top: 36px;
    display: block;
    padding-top: 18px;
    color: #f2f1ec;
    background-color: #0d0d0d;
    transition: 0.5s ease-in-out;
}
.btn:hover{
    color: #f2f1ec;
    background-color: #1854ff;
}
.project{
    padding: 0;
    margin-top: 0;
}
.icp a{
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.line{
    background: #2b2b2b;
    height: 1px;
    margin-bottom: 24px;
}
.contact1{
    height: 480px;
    background-color: #1854ff;
    background-image: url(../image/grad.png);
    color: #0d0d0d;
    border-radius: 30px;
    padding: 0;
}
.phone{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 36px;
    padding-top: 16px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.phone:hover{
    background-color:#1854ff;
    color: #f2f1ec;
    opacity: 1;
}
.email{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 24px;
    padding-top: 16px;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.email:hover{
    background-color:#1854ff;
    color: #f2f1ec;
    opacity: 1;
}
@media (max-width: 1200px) {
    .row{
        margin: 0;
        padding: 0;
    }
    .project{
        margin-top: 24px;
    }
    .aboutsite{
        margin-top: 24px;
    }
    .contact1{
        margin-top: 24px;
    }
}