@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

* {
    background-color: #232323;
}

.hero {
    font-size: 80px;
    font-family: Playfair Display SC;
    margin-top: 70px;
    margin-left: 100px;
    color: #ffff;
}

.head {
    display: flex;
    flex-direction: row;
}

.text {
    width: 800px;
}

.h1 {
    margin-left: 400px;
   margin-top: 10px;
    margin-right: 70px;
}

.img {
    font-size: 40px;
    font-family: Playfair Display SC;
    margin-top: 70px;
    margin-right: 200px;
    color: #ffff;
    margin-left: 100px;
    margin-top: -40px;
}

.cont {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.skill {
    width: 1200px;
    margin-top: -20;
    margin-right: 200px;
}