@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');

.logo {
    text-decoration: none !important;
}

.logo h3 {
    color: #0E7C8B;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    font-family: 'Lobster', cursive;
}

.logo p {
    font-size: 12px;
    color: #545454;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.logo:hover {
    text-decoration: none !important;
}
