body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #393939;
    font-family: "Alike Angular", serif;
    font-size: 18px;
}

h1 {
    font-size: 10vw;
    line-height: 8vw;
    letter-spacing: -1px;
    font-family: "ITC New Baskerville Std";
    font-weight: bold;
    color: #393939;
    width: 100%;
    margin: 30px 0 10px 0;
    /*transition: all 0.4s ease;
    background: var(--i,linear-gradient(#000 0 0)) center/cover repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
h1:hover {
    /*transition: all 0.4s ease;
    --i: url('../../images/gradient2.jpg');*/
}
a {
    color: #393939;
}
a:hover {
    color: #FF10F0;
}
.eyes {
    position: absolute;
    top: 31px;
    right: 95px;
}
p {
    width: 100%;
    margin: 0 0 0rem;
    font-size: 2.5vw;
    line-height: 3.4vw;
}
.container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.prefix {
    width: auto;
    margin-right: 10px;
}
.site-container {
    height: 100vh;
    width: calc(100% - 80px);
    padding: 0 40px;
}
.site-container .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.site-container .wrapper > div {
    width: 100%;
}
.some {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    gap: 10px;
}
.linkedIn {
    display: block;
    width: 20px;
    height: 20px;
    background:transparent url(../../images/iconmonstr-linkedin-3.svg) no-repeat 0 0;
    background-size:cover;
}
.instagram {
    display: block;
    width: 20px;
    height: 20px;
    background:transparent url(../../images/iconmonstr-instagram-13.svg) no-repeat 0 0;
    background-size:cover;
}
.eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    border: 1px solid #e5e5e5;
    margin-right: -3px;
    background: #fff;
}
.eye:after { /*pupil*/
    position: absolute;
    bottom: 8px;
    right: 5px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    content: " ";
}


@media screen and (min-width: 1300px) {
    h1 {
        font-size: 129px;
        line-height: 0.8em;
    }
    p {
        font-size: 33px;
        line-height: 43px;
    }
}

@media screen and (max-width: 786px) {
    h1 {
        font-size: 70px;
        line-height: 0.8em;
        margin: 20px 0 10px 0;
    }
    p {
        font-size: 20px;
        line-height: 1.5em;
    }
}
