@font-face { font-family: "Times Newer Roman"; src: url('TimesNewerRoman-Regular.otf'); }
html,body {
    cursor: url(cursor.png), auto;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    -webkit-overflow-scrolling: touch;
}
a, p, div {
    text-decoration: none;
    font-family: "Times New Roman","Times","Times Newer Roman","Songti SC","宋体",STSong, Simsun,'Noto Serif CJK SC', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: grey;
}
::-moz-selection {
    background: grey;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
.cursor{
    position: absolute;
    z-index: 9999;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    /*transition: 0.3s 0s;*/
    height: 30px;
    padding-left: 10px;
    /*position: absolute;*/
    font-size: 16px;line-height: 20px;
    /*border: white solid 1px;*/
    display: none;
}

.projects{
    height: max-content;
    position: absolute;
}
.frameAbout{
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 30vw;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    transition-duration: 0.5s;
}
.frameProjects{
    position: relative;
    width: 51vw;
    padding-right: 49vw;
    height: 50vh;
    float: left;
    display: inline;
    margin: 0;
    /*padding: 0;*/
    border: 0;
    font-size: 0;
}
.frameProjectsMinor{
    position: relative;
    width: 41vw;
    padding-right: 59vw;
    height: 40vh;
    float: left;
    display: inline;
    margin: 0;
    /*padding: 0;*/
    border: 0;
    font-size: 0;
}
.fin{
    position: relative;
    width: 100vw;
    height: 50px;
    float: left;
    display: inline;
    margin: 0;
    border: 0;
    font-size: 0;
}
/*.fin a{*/
/*    color: white;*/
/*    float: left;*/
/*    font-size: 12px;*/
/*    margin: 19px 0 0 5px;*/
/*    line-height: 12px;*/
/*    !*display: none;*!*/
/*    cursor: url(cursor.png), auto;*/
/*}*/
@media (max-aspect-ratio: 3/5) {
}

@media (max-aspect-ratio: 1/1) {
    .frameAbout{
        width: 40vw;
        height: 40vw;
    }
}

@media (max-width: 400px)  and  (min-aspect-ratio: 1/1) {
    .cursor {
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        height: 4vw;
        padding-left: 2vw;
        font-size: 3vw;
        line-height: 3vw;
    }
    a, p, div{
        line-height: 3vw;
    }

    .fin{
        height: 5vw;
    }
    .fin a{
        font-size: 2vw;
        margin: 2vw 0 0 2vw;
        line-height: 2vw;
    }
}

@keyframes x {
    from {
    }
    to {
    }
}