@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');

body {
  font-family: 'M PLUS 1p', sans-serif;
}

h4 {
  font-family: 'M PLUS 1p', sans-serif;
}

.navbar-brand {
  background: url("./image/ffr-logo-only.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 50px;
}

a{
  color: #589be7;
}

.vh-90{
  height: 90vh;
}

main{
  background-color: #cccccc;
  width: 100%;
  min-height: 100vh;
}

.col-md-3>section{
  height: 70%;
}

html {
    scrollbar-color: #474747 #aaaaaa;
    scrollbar-width: thin;
}

.youtube{
  aspect-ratio: 16/9;
  width: 100%;
}