body {
    background-color: #430D2D;
    color: #ffffff;

    font-family: "Trirong", serif;

    text-align: center;
}

div {
    transition: all 2s ease-out;
}

.holder {
    margin: 0 auto;
    max-width: 500px;
}

.oldholder {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fasci {
    color: rgb(194, 50, 50);
    transform: scale(1);
    transition: all .2s ease-out;
}
.fasci:hover {
    transform: scale(1.2);
    opacity: 0.7;
}

.radio-canada-big {
  font-family: "Radio Canada Big", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow: 4px 4px 4px #000;
  font-size: 20px;
}