@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300&display=swap'); body { font-family: 'Gaegu', cursive; } hr { background-color: rgb(238, 238, 238); border: 0 none; color: rgb(238, 238, 238); height: 1px; } .header { background-color: rgb(235, 18, 255); } .info { background-color: rgb(255, 143, 5); } .pool { background-color: rgb(255, 143, 5); } .miner { background-color: rgb(235, 18, 255); }