body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-size: 18px;
    color: #333;
    font-family: "Inter", arial;
    font-weight: 400;
}

.header {
    background-color: #f8f9fa;
    padding: 80px 20px;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)), url('./evex-background.png');
    background-size: cover;
    background-position: center center;

}

.logo{
    margin-bottom: 50px;
}

.logo img {
    max-width: 350px;
    width: 100%;
}

.main-title {
    font-size: 40px;
    color: white;
    font-weight: 500;    

}

.content {
    padding: 40px 20px 50px 20px;
    flex: 1;
    max-width: 800px;
    margin: auto;
    font-size: 24px;
    color: #000032;
    display: flex;
    flex-flow: column;
    justify-content: center;
        
    > p {
        margin: .6em 0;
    }
}

.cta{
    text-align: center;
    margin-top: 40px;

}

.cta-button{
    background-color: #d23bff;
    color: #000032;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    border: 2px solid #000032;
    margin-bottom: 10px;
}

.cta-button:hover{
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.cta-button--traffex{
    background-color: #f1ff33;
}

.cta-button--parkex{
    background-color: #00eaff;
}

.footer {
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px;
    background-color: #000032;
}

.footer__disclaimer {
    font-size: 13px;
    color: white;
    margin-top: 20px;
    font-weight: 100;

    > p{
        line-height: 20px;
    }
}



/*Fonts*/
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/inter-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/inter-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/inter-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/inter-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/inter-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}