@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: red;
}

.useful-width {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 5rem;
  font-weight: 600;
}

nav {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
nav div {
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
}
nav div div {
  width: 50%;
  height: 100%;
}
nav div div img {
  height: 90px;
  top: -50%;
}
nav ul {
  list-style-type: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
}
nav ul li {
  display: flex;
  flex-flow: row nowrap;
}
nav ul li a {
  outline: none;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}

.useful-width {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.top-card {
  border: 1px solid black;
  height: 200px;
  width: 80%;
  padding: 10px 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(202, 240, 248, 0.072);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
