@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

*{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: var(--secondary);
}

h1{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: var(--secondary);
    font-size: 66px;
    margin: 0;
}

h1 > span {
    font-weight: 400;
    mix-blend-mode: overlay;
    opacity: 0.3;
}

h2{
    text-align: center;
    font-weight: 400;
    color: var(--secondary);
    font-size: 48px;
    margin: 0;
}

h2 > span{
    font-weight: 400;
    color: var(--primary);
}

h3{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: var(--primary);
    font-size: 24px;
    margin: 0;
}

h4{
    font-weight: 400;
    color: var(--secondary);
    font-size: 18px;
    margin: 0;
}

h4 > span{
    font-weight: 400;
    color: var(--primary);
}

subtitle {
    display: flex;
    width: 100%;
    flex-direction: column;
}

subtitle > *{
    padding: 0 10px;
    margin: 5px 0;
}

text {
    display: flex;
    width: 100%;
    flex-direction: column;
}

text > *{
    padding: 0 10px;
    margin: 10px 0;
}

.error{
    margin: 5px 0;
    font-weight: 400;
    text-align: center;
    color: #961b3c;
}