body {font-family: 'Poppins', sans-serif; background: transparent; min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 15px;}

h1 {font-weight: 700; margin: 60px 0; text-align: center; line-height: 0.8; color: #424242;}
h1 span {font-size: 18px;}
h1 a {text-decoration: none; color: #424242;}
h1 a:hover {color: #424242;}

.code-box {width: 100%; max-width: 600px; margin-bottom: 60px;}
.code-box .description {color: #ACACAC; font-size: 10px; font-weight: 300; text-align: center;}
.code-box .code {padding: 15px; background-color: #F2F2F2; font-size: 10px;}

@media (max-width: 575.98px) {

}
