@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,400;1,700&display=swap');

body {
    color: white !important;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #343434 0%, black 55%);
}

h1 {
    font-size: 3.33rem;
    font-weight: 700;
    color: white !important;
}

h2 {
    font-size: 18pt;
    font-weight: 700;
    color: white !important;
    white-space: pre-line !important;
}

p {
    font-size: 12pt;
}

img {
    width: 5.82cm !important;
    width: 5.82cm !important;
}

.highlight {
    width: 75%;
    height: 4rem;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.element, .element:hover {
    display:grid;
    text-decoration: none;
    color: white;
    transition: .5s;
}

.element:hover {
    transform: scale(1.02);
}

span {
    background-color: white;
    font-weight: 500;
    border-radius: 8px;
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.uk-button {
    transition: .5s;
    border-radius: 8px;
    border: 2.25pt solid transparent;
    background-color: white;
    padding: 0;
}

.uk-button:hover {
  border: 2.25pt solid #14AC8C;
  background-color: #efefef;
}

#offshorly-icon {
    height: 64px;
    width: 64px !important;
}

.toucan-logo{
    width: 16rem !important;
}

.btn-container {
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
}

.btn-end {
    align-self:flex-end;
}

.logo-container {
    justify-content: center;
}

@media screen and (max-width: 959px) {
    h1 {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .highlight {
        height:max-content !important
    }
    .toucan-logo-cont {
        margin: 0px 0px 80px 0px;
    }
}

@media (max-width: 767px) {
    .logo-container {
      flex-direction: column;
      margin-top: 4rem;
    }
    .toucan-logo-cont {
        justify-content: center;
        margin: 0px 0px 64px 0px;
    }
  }
