html {
    padding: 0;
    margin: 0;
    color: white;
    font-family: 'Reem Kufi', sans-serif;
    background-color: #f7f7f7;
    background-image: linear-gradient(#60c361, #4b8ab6);
}

h1 {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
}

svg {
    width: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h3 {
    position: fixed;
    top: calc(50% + 75px);
    left: 50%;
    transform: translate(-50%, -50%);
}

svg {
    fill: #ffffff;
}

#placeholder {
    height: 500%;
}
