body {
    background-color: rgb(37, 36, 36);
  }

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: 100vh; 
  }
  
  .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: 550px;
    width: 600px;
    text-align: center;
  }

  .p1c{
    padding-right: 0px;
    display: inline-block;
    margin-right: 10px;
    
  }

  .p2c{
    padding-left: 1000px;
  }

  
