* {
  font-family: Inter-Regular;
}

.info {
    text-align: center;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 50px;
  }
  
  .back-to-supportpage {
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 110px;
    display: flex;
  }
  
  .back-to-supportpage > a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-left: 8px;
  }

  .back-to-supportpage a:hover{
    color: rgb(113, 113, 113);
    text-decoration: underline 1px;
  }

  .back-to-supportpage a:focus{
    border: 2px solid black;
    border-radius: 5px;
  }
  
  .info h1 {
    text-align: start;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: rgb(32, 32, 32);
  }
  
  .info p {
    margin: 0 0 16px;
    text-align: left;
    font-size: 20px;
  }
  
  body {
    margin: 0;
  }
  
  main {
    font-family: none;
  }
  
  footer {
    background-image: url("../assets/Images/footer-background.png");
    background-size: 100% 100%;
    height: 23rem;
    margin-top: 10rem;
  }
  
  select#languageSelect {
    margin-top: 7rem;
    margin-left: 300px;
    background-color: black;
    color: rgb(143, 143, 143);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: large;
    font-weight: bold;
  }
  
  select#languageSelect.footer-flat {
    margin-top: 4rem;
  }
  
  select#languageSelect:hover {
    background-color: rgb(88, 88, 88);
    color: white;
  }
  
  select#languageSelect option {
    background-color: white;
    color: black;
  }
  
  .link {
    margin-left: 300px;
    margin-top: 50px;
  }
  
  .link > a {
    color: rgb(131, 131, 131);
    text-decoration: none;
  }
  
  .link a:hover{
    color: white;
  }
  
  .info a {
    color: black;
    font-size: medium;
  }
  