body,
html {
  margin: 0;
  padding: 0;
}
.header {
  height: 150px;
  background: linear-gradient(90deg, #04092c, #4ba4f5);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 120px;
}
.header .circle {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.header .circle img {
  height: 178px;
  width: auto;
  left: 0;
}
.header h1.rink-sphere-version-logo-v1 {
  font-family: "Russo One", sans-serif;
  color: #ffffff;
  margin: 0;
  font-size: 36px;
  padding-left: 15px;
  position: relative;
  text-shadow: 2px 2px 0 #000, 4px 4px 0 rgba(0, 0, 0, 0.2);
}
