@font-face { font-family: 'fsex300'; src: url('https://gapandfriends.neocities.org/font.ttf'); } html { background-color: black; background-image: url('../media/bg.gif'); color: white; font-family: "fsex300", serif; /*font-size: 25px;*/ height:auto; margin:auto; width:50%; } .center { display: block; margin-left: auto; margin-right: auto; width: 50%; } .ebin { font-size: 25px; transition: 0.3s; } a { color: orange; box-shadow: 0 1px 0 orange; } h1 { font-size: 40px; } code { font-size: 15px; color: lightgreen; } div { /*border: 3px solid white;*/ padding: 1rem; }