a{
    text-decoration: none;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: white;
  }
  
  .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160vh; 
  }
  
  .central-box {
    background-color:  rgb(37, 36, 36);
    border: 2px solid rgb(255, 128, 1); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px; /* Større og minder */
    height: 1150px;
    width: 600px;
    text-align: center;
    max-width: 100%;

  }


  