*{text-align: center;}
body{color: white;background: radial-gradient(circle, rgba(236,23,149,1) 0%, rgba(51,74,176,0.90) 100%);}
img{width: 250px}
h1{font-size: 2.5em}
h2{font-size: 1.9em}
ul{margin-left: calc(50vw - 250px);width: 250px}
li{color: white;text-align: left;font-size: 1.5em}
li>a{color: white;text-decoration: none}
a:hover{color: orange;text-decoration: underline}
/*.logo{width: 200px;margin-left: calc(50% - 100px)}
.logo .fa{font-size: 100px;animation: turn1 1s infinite linear;color: #bbbbbb}
.logo .fa:nth-child(3){margin-left: 150px;animation: turn2 1s infinite linear;color: #cccccc}
@keyframes turn1{ from {transform: rotate(0deg)} to{transform: rotate(180deg)} }
@keyframes turn2{ from {transform: rotate(180deg)} to{transform: rotate(0deg)} }*/