
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.contactCard {
    background: #162234;
    padding: 2.5rem;
    border-radius: 2rem;
    margin-bottom: 2rem
}

.contactList {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.contactIcon {
    height: 30px;
    width: 30px;
    background: #009b8c;
    display: flex;
    justify-content: center;
    align-items: middle;
    border-radius: 30px;
    float: left;
    margin-right: 10px
}

a {color: white}
a:hover {color: #009b8c}

p {margin: 0 0 0px}