body{ font-family: "Courier New", Courier, monospace; color: white; background: black; } h2 {margin-top: 0px;} div{ padding: 20px;} #xnili{ color: #00db00;} #tilde{ color: blue; } .home:hover {color: red;} .blink_me { text-decoration: overline underline; font-weight: bold; font-size: 30px; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } iframe{width: 100%; height: 700px;}