.container { max-width: 800px; margin-left: auto; margin-right: auto; font-family: "Open Sans"; } .sidebar { width: 20%; float: left; background-color: #ffcefd; padding-bottom: 50px; } .main-area { width: 80%; float: left; background-color: rgb(250, 234, 249); position: relative; color: #343a40; padding: 10px; box-sizing: border-box; } .blog-slogan { margin-bottom: 30px; margin-top: 10px; } .blog-header a { text-decoration: none; color: #ff418a; } .hover-move { position: relative; top: 2px; left: 2px; } /* Navigation bars */ nav li { list-style: none; margin-bottom: 10px; } nav li:hover { position: relative; top: 2px; left: 2px; } .blog-nav li { display: inline; } nav a { text-decoration: none; /* eliminate underline */ color: indianred; padding: 10px 20px; } nav ul { margin-bottom: 10px; padding-left: 10px; } nav a:hover { color: #ff418a; } .blog-nav a { border: 3px solid #ffcefd; box-shadow: 2px 2px 20px rgb(255, 212, 212); } .blog-nav a:hover { background-color: #ffcefd; } /* end of navigation bars */ .content-area { border: 3px solid #ffcefd; border-radius: 5px; margin-top: 0; box-shadow: 2px 2px 20px rgb(255, 212, 212); } .whole-content-area { background-color: #fff; } .footer { clear: left; } /* clearfix */ .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* end of clearfix */ .search-bar { position: fixed; right: 20px; z-index: 4; } .article-footer { font-weight: bold; } .article-footer:hover { cursor: pointer; position: relative; top: 1px; left: 1px; } .blog-header, .blog-footer { text-align: center; } .blog-header { color: #ff418a; } .blog-footer { margin-top: 20px; color: #ff418a; } h1 { margin-bottom: 0; text-shadow: 2px 2px 15px rgb(253, 196, 196); } h1:hover { position:relative; top: 2px; left: 2px; } h2 { text-align: center; } .date { text-align: right; color: grey; margin-top: 0; } img { display: block; margin: auto; width: 70%; } article { margin: 40px 20px; } form { margin: 0; padding: 20px; } .button { background-color: #fdcffc; border: none; color: #ff418a; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; padding: 10px 15px; box-shadow: 2px 2px 20px rgb(255, 212, 212); cursor: pointer; } input[type=search] { border-top: none; border-right: none; border-left: none; border-bottom: 2px solid #ffcefd; border-radius: 0; height: 25px; -webkit-appearance: none; box-shadow: 0 5px 5px -5px rgb(253, 196, 196); outline: none; font-size: 16px; font-family: "Open Sans"; color: #313131; max-width:500px; } input:hover { position:relative; top: 1px; left: 1px; } .button:hover { background-color: #ff418a; color: #ffcefd; } .nav-title { margin-left: 25px; font-size: 16px; color: #ff418a; } .sidebar hr { width: 80%; border: 1px solid #ff418a; } ::selection { background: #ffb7b7; }