@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Questrial&display=swap');

.row{
    height: 100vh;
}

.panel{
    font-family: 'Questrial', sans-serif;
    background-color: #DFC13F;
}
.company h3{
    font-family: 'Audiowide', cursive;
    color: #5b2583;
}

.company p{
    font-family: 'Questrial', sans-serif;
    color: #915D47;
}

p a{
    text-decoration: none;
    color: black;
}

p a:hover{
    color: #5b2583;
}

.social{
    display: flex;
    align-items: center;
}