@import url(https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic); /* Chrome, Safari, Opera */ @-webkit-keyframes glow { 0% {color: #887f76;} 50% {color: #fcf1e0;} } /* Standard syntax */ @keyframes glow { 0% {color: #887f76;} 50% {color: #fcf1e0;} } @media screen and (min-width: 480px) { header, main, footer{ display: none !important; } #alert{ display: block!important; } } #alert{ display: none; } body{ font-family: 'IM Fell DW Pica', serif; background-color: black; color: #aea49a; position: relative; } header, .logo { width: 200px; height: 200px; display: block; background-size: cover; background-image: url(../imgs/logo.jpg); background-position: center; margin: 0 auto; } #help{ position: absolute; width: 100wv; height: 100vh; background-color: rgba(0, 0, 0, 0.9); z-index: 2; top: 0; left: 0; padding-bottom: 60px; } #help div{ } p{ margin: 0 30px; user-select :none; } h1, h2 { text-align: center; } textarea { margin: 5px 30px; width: calc(100% - 60px); height: 120px; background-color: #212121; border: 1px solid #aea49a; border-radius: 5px; color: #aea49a; } input{ margin: 5px 30px; width: calc(100% - 65px); background-color: #212121; border: 1px solid #aea49a; border-radius: 5px; color: #aea49a; padding: 5px; } /*button{*/ /*background-color: black;*/ /*font-size: 2em;*/ /*border: 1px solid #000;*/ /*width: 50px;*/ /*height: 50px;*/ /*color: #aea49a;*/ /*}*/ #close{ padding-top: 20px; text-align: center; font-style: italic; animation: glow 2s ease infinite; } label { display:none; } button { font-size: 1em; }