@font-face 
{
  font-family: 'Inter';
  src: url('/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

Html
{
    max-width:1920px;
    border:1px solid rgb(0 0 0);
    margin:0 auto;
}

Body
{
    max-width:1680px;
    background-color:rgb(255,255,0);
    color:black;
    font-family:'Inter',sans-serif;
    text-align:center;
    margin:0 auto;
}

.Important-Information
{
  color:red;  
  font-size:51px;
}

P{
    font-size:27;
}
.Section
{
    margin-top:55px;
}