img {
    width: 200px;
}

body {
    text-align: center;
    font-family: Arial;
    background: gray;
    color: azure;
}

.roboto-.custom-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a:hover {
  color: white;
}
