* {
    margin: 0;
    padding: 0;
  }

  body {
    min-height: 100%;
    min-width: 100%;
  }
  .title {
    color: #ffffff;
    text-align: center;
    font-family: 'Karla', sans-serif;
    padding-top: 10px;
  }

  img {
    width: 300px;
    float: right;
    margin-right: -50px;
    border-bottom-right-radius: 15px;
  }

  .main {
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding-bottom: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
    background: linear-gradient(270deg, rgb(236, 16, 16) 23%, rgb(233, 78, 78) 94%);
    
    background: -moz-linear-gradient(270deg, rgb(236, 16, 16) 23%, rgb(234, 78, 78) 94%);
    
    background: -webkit-linear-gradient(270deg, rgb(236, 16, 16) 23%, rgb(234, 78, 78) 94%);
}

  a {
    text-decoration: none;
  }

  .content_site {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  button {
    margin-top: 30px;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #f5f5f5;

    display: flex;
    align-items: center;
    justify-content: left;
    border: none !important;
  }

  button,
  a {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #184368;
    letter-spacing: 1px;
    justify-content: center;
  }

  button:hover {
    background-color: #dbdbdb;
  }
  .logo {
    justify-content: center;
    display: flex;
  }
  .logo img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .social-icons a {
    color: #f5f5f5;
    font-size: 25px;
    margin: 0 15px;
  }

  .social-icons a:hover {
    color: #E7F613;
  }