@font-face {
    font-family: 'Livvic';  
    font-weight: 400;  
    font-style: normal;  
    font-display: swap; 
    
    src: url('../font/Livvic-Medium.ttf');
}

* {
    font-family: Livvic;
}

h1,legend {
    color: #fa1e5a;
}

fieldset {
    width: 45%;
    float: left;
    border-radius: 2%;
    height: 100%;
}

input {
    width: 100%;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header > img {
    width: 5%;
    height: auto;
}

header > h1 {
    display: inline;
    margin: 0px;
}

header::after {
  content: "";
  clear: both;
  display: table;
}

div#signatureBlock {
    padding-top: 20px;

    /* Resetting livvic as font, since mail clients do not support it
    courier is considered the "standard" (Courier for Macintosh/Unix and 
    Courier New for Microsoft) */
    font-family: "Courier New", "Courier", monospace !important;
}

button {
    margin: 5px;
}