@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body {
  font-family: 'Roboto', sans-serif; }

.container {
  padding: 10vw; }

.text {
  max-width: 900px; }

.memoji {
  font-size: 36px; }
  .memoji .hand {
    position: absolute;
    font-size: 13px;
    margin: 23px 0 0 -15px; }

h1 {
  font-size: 100px;
  letter-spacing: -0.2vw;
  margin: 0;
  font-weight: 700; }

p {
  font-size: 24px;
  line-height: 1.54;
  font-weight: 400; }

a {
  color: inherit;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 3px #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3d1eff;
    border-color: #3d1eff; }