@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates&family=Nanum+Myeongjo&display=swap'); *{ box-sizing: border-box; } html, body{ height: 100%; margin: 0; padding: 0; background-color: #161a1d; font-family: 'Montserrat Alternates', sans-serif; color: #CDCDCD; } a, a:visited{ color: #fff; opacity: 0.5; transition: opacity .1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -webkit-transition: opacity 1s ease-in-out; text-decoration: none; } a:hover, a:focus{ opacity: 1.0; } h1, h2{ text-align: center; } img{ opacity: 0.8; /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);*/ } footer{ text-align: center; padding: 20px 0 20px; } .bookDescription{ -webkit-columns: 50px 2; /* Chrome, Safari, Opera */ -moz-columns: 50px 2; /* Firefox */ columns: 50px 2; text-align: left; } div{ text-align: center; margin: 20% auto; width: 100%; height: 100%; background-color: grey; } .2{ background-color: white; }