*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
}

body{
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #777;
}

.header{
  display: grid;
  grid-template-columns: 1fr 1fr;
    
    grid-template-rows: 1fr 1fr;
    height: 100vh;
    line-height: 1.1;
    gap: 40px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.desk-blog{
    font-family: Rubik sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #777;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-blog{
    text-align: justify;
}

.home-page{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial-img {
    width: 6.4rem;
    border-radius: 50%;
    margin-bottom: 1.2rem;
  }

