body {
    margin: 0px;
    padding: 0px;
    font-family: 'Times New Roman', Times, serif;
}
.Name-H{
    font-size: 35px;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.Job-H{
    font-size: 20px;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
}
.Sum-H{
    font-size: 16px;
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.Title-Logo{
    font-size: 40px;
    font-family: "Yesteryear", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 1060px) {
    .Name-H{
        font-size: 24px;
    }
    .Job-H{
        font-size: 16px;
    }
    .Sum-H{
        font-size: 12px;
    }
}