* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  scrollbar-width: none;
}
body, html {
    width: 100%;
    scrollbar-width: none;
    height: 100%;
    font-family:Arial, Helvetica, sans-serif
}
.background {
    background: url('../pictures/backgrounds/Backrooms-horror-short.jpg') no-repeat center center/cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.text {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(174, 184, 84);
    background-color: rgb(85, 68, 46);
    padding: 12px;
    text-align: left;
   
}
a{
    color: rgb(128, 6, 57);
}