html {
    /*background-color: rgb(27, 115, 64);*/
	background-color: #d1edf4;
	color: black !important;
	
    background-origin: padding-box;
    background-position-x: 120%;
    background-position-y: 20%;
    background-repeat: no-repeat;
    background-size: 120%;
}

h1 {
    /*color: white;*/
    color: black;
}
@media (orientation: portrait) {
  h1 {
    font-size: 9vw;
  }  
}

.fff-profile-picture-generator--button {
	background-color: #FF5A14 !important;
}

.fff-profile-picture-generator--privacy-note {
    /*color: white;*/
	color: black;
}

#links > a {
    text-align:center; 
    color:white; 
    border-color:white; 
    border-width: 1px;
    transition: 0.3s;
}

#links > a:hover {
    border-color: rgb(29, 166, 74);
    transition: 0.3s;
}