body{
  font-family: "Roboto", sans-serif;    
  font-optical-sizing: auto;
  /*font-weight: <weight>;*/
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.header img {
max-height: 100px;
margin-right: 20px;
}
.content h1 {
font-size: 2rem;
font-weight: bold;
color: #007bff;
}
.content p {
font-size: 1.2rem;
line-height: 1.6;
}
.tools-list {
margin-top: 20px;
}