
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
  font-family: 'gridstarregular';
  src: url('https://thyss.us/links/assets/gridstarregular-axxjm-webfont.woff2') format('woff2'),
       url('https://thyss.us/links/assets/gridstarregular-axxjm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


:root {
  --shadow: 2px 2px 10px #999999, -2px -2px 10px #ffffff;
  --inner-shadow: inset 2px 2px 10px #999999, inset -2px -2px 10px #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-size: 112.5%;
  font-weight: 300;
  margin: 0;
  min-height: 100vh;
  padding-block: clamp(2rem, 10vw, 4rem);
}

.container {
  align-items: center;
  border-radius: 10px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 672px;
  padding: clamp(1em, 5vw, 2em);
  width: 90%;
}

header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1em;





  font-family: 'gridstarregular';
  src: url('https://thyss.us/links/assets/gridstarregular-axxjm-webfont.woff2') format('woff2'),
       url('https://thyss.us/links/assets/gridstarregular-axxjm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  





}

h1 {
  font-size: clamp(1.9em, 7vw, 4em);
  font-weight: 700;
  margin: 0;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

.picture {
  height: 20em;
  position: relative;
  width: 20em;
}



.picture::before {
  content: "";
  background: url("./08-2.gif");
  background-size: contain;

  inset: 0;
  position: absolute;

}




.mpicture {
  height: 1.788em;
  position: fixed;
  width: 1.788em;
  
}








main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  vertical-align: middle;
}

.link {
  border-radius: 5px;
  box-shadow: var(--shadow);
  min-width: 20ch;
  padding: 0.5em 1em;
  text-align: center;
}

.link:hover, .link:focus {
  box-shadow: var(--inner-shadow);
  outline: none;
}

.link i {
  vertical-align: -13%;
}

.blink {
  background-color: black;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: var(--shadow);
  min-width: 20ch;
  padding: 0.5em 1em;
  text-align: center;
}

.blink:hover, .link:focus {
  background-color: black;
  color: #ffffff;
  outline: none;
}

.blink i {
  vertical-align: -13%;
}



