@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  background: #000;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative; }
  @media screen and (min-width: 991px) {
    body .spOnly {
      display: none; } }
  @media screen and (max-width: 990px) {
    body .pcOnly {
      display: none; } }
  body .contents {
    padding: 40vh 60px 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .contents .contact p {
      letter-spacing: 2px;
      margin: 0 auto;
      padding: 5px 0 0 0; }
    @media screen and (max-width: 990px) {
      body .contents {
        display: block;
        text-align: center;
        padding: 0;
        width: 100%; }
        body .contents .logo {
          margin-top: 34vh; }
          body .contents .logo img {
            width: 107px; }
        body .contents .contact {
          position: fixed;
          width: 100%;
          text-align: center;
          bottom: 40px;
          left: 0; }
          body .contents .contact p {
            padding: 0; } }
