* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#login {
	  position: absolute;
	  bottom: 20px;
	  right: 32px;
	  font-family: 'Noto', sans-serif;
	  font-size: 18px;
	  color: #AAAAAA;
	  z-index: 999;
  }


.container {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: relative;
}

.container img {
    width: 342px;
    position: absolute;
    top: 72px;
    left: 91%;
    transform: translate(-85%, 0);
}

@keyframes highlight {
  to {
    background-position: 0;
  }
}

mark {
  animation: highlight linear forwards;
  animation-timeline: view(60% 20%);
  background: linear-gradient(
    to right,
    oklch(0.75 0.19 84.89 / 1) 50%,
    oklch(0.75 0.19 84.89 / 0) 50%
  );
  background-position: 100%;
  background-size: 200% 100%;
  border-radius: 0.125rem;
  padding-inline: 0.125rem;
  color: #272727;
}

html {
  scroll-behavior: smooth !important;
}

.body_rock{
  background-color: #272727;
  scroll-behavior: smooth !important;
  margin: 0px !important ;
  padding: 0px !important ;
}

