body {
    background-color: #f2f2f2;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.header-red {
    background-color: #d81f26;
    width: 100%;
    height: 20px;
}

.logo-image img {
    max-width: 300px;
}

.logo-image .logo {
    max-width: 180px;
}

@media only screen and (max-width: 600px) {
    .logo-image {
        flex-direction: column;
        justify-content: center;
        margin-top: 50px;
        align-items: center;
    }
  }

h1 {
    font-weight: 900;
    font-size: 28px;
}

h2 {
    font-weight: 400;
    font-size: 18px;
    color: grey;
}

h3 {
    font-weight: 700;
    font-size: 18px;
}

p {
    color: grey;
    font-size: 13px;
    font-weight: 700;
}

small {
    font-size: 10px;
}

.col-form-label {
    color: grey;
    font-size: 12px;
}

ul li img {
    width: 16px;
    margin-right: 10px;
  }

  ul {
    list-style: none;
    padding-left: 0;
  }

  ul li {
    font-size: 14px;
  }

  .form {
    border-radius: 5px;
    background-color: #ffffff;
    max-width: 700px;
    margin: 0 auto 15px auto;
  }

  .btn-primary {
    background-color: #d81f26;
    border-color: #d81f26;
    padding-left: 60px;
    padding-right: 60px;
  }

  .btn-primary:hover{
    background-color: #ae191e;
    border-color: #ae191e;
  }

  .col-md-4 {
    margin-top: 5px;
  }

  .message {
   height: 100vh;
  }

  .message-container {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15px;
  }

  .message-container img {
    max-width: 250px;
  }

  .message-container p {
    font-size: 18px;
  }