@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
  background-color: black;
  font-family: 'Noto Sans', sans-serif;
}
a {
  text-decoration: none;
}
.logo {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content:center;
  align-items:center;
}
.logo img.feelsmusicmessaging {
  max-width: 70%;
  max-height: 70%;
  width: auto;
}
.logo .status {
  max-width: 100%;
  width: auto;
  color: white;
  font-size: 64pt;
  font-style: normal;
  font-weight: 400;
}

