diff --git a/style.css b/style.css index c200a4a..baf68ac 100755 --- a/style.css +++ b/style.css @@ -101,9 +101,8 @@ h1, h2, h3, h4, h5, p { .loading { font-size: 26pt; color: #FF5555; - text-align: center; - margin-top: 70px; - margin-bottom: 70px; + display: block; + margin: 70px auto; animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite;