@import url("https://fonts.googleapis.com/css?family=Roboto");

/* @media only screen and (max-width: 600px) {
  body {
    text-align: center;
  }
} */
.youtubeembed {
  width: 100%;
  height: 600px;
  max-width: min(100vw, 800px);
  max-height: min(60vw, 400px);
}
#musclegroup option {
  text-transform: capitalize!important;
}

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

footer.footer {
  margin-top: auto;
}


* {
  margin: 0;
  padding: 0;
}

html,
body {
  background: #eaedf2;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


/* 
Color code dark blue: #0058C5 
Color code light blue: #1E9DF4
*/