.box { border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid #820000; padding: 14px 30px; outline: none; color: white; border-radius: 24px; transition: 0.5s; cursor: pointer; width: 150px; } .box:hover { background: #820000; } .chart { margin-right: 20px; } * { font-family: 'Roboto', sans-serif; font-size: 17px; text-decoration: none; text-align: center; } * body { background: #1f1f1f; } .headerList li { display: inline-block; } .list { padding: 0 0 0 0; } .list li { display: inline-block; margin: 0 0 15px 0; } .list li a { margin: 0 15px; } h1 { color: white; font-size: 50px; margin: 30px 0 10px 0; } h2 { color: white; font-size: 25px; font-weight: 500; } h3 { color: white; font-size: 15px; margin: 15px 0 25px 0; font-weight: 380; }