/* ####################### */ /* */ /* texx */ /* by Marvin Borner */ /* & Marco Alexander Fischer */ /* */ /* ####################### */ * { text-align: center; background-color: #282828; font-family: Comfortaa, serif; } html, body { min-height: 100vh; width: 100vw; overflow: hidden; } .paginate { transition: background-color 1s ease; } .ContentWrapper { display: flex; min-height: 100vh; width: 100vw; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; } .slide { color: white; } .Main-Content { margin: 0 86px; color: white; } .Social { font-size: 35px; } .Social img { border-radius: 100%; width: 35px; height: 35px; } .ScrollDown { position: relative; cursor: pointer; font-size: xx-large; left: 50%; bottom: 20px; transform: translate(-50%, -50%); margin: 0 auto; } .About { margin: 0 86px; } .AboutBox { padding: 5px; margin: 5px; } a:visited { color: white; } a { color: white; text-decoration: none; transition: .5s; } a:hover { color: #3E4DF0; } @media only screen and (max-width: 500px) { #slide-numbers { display: none; } } .fa-instagram:before { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } #name { font-size: 12px; }