/* css/style.css */

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
	background: #000000;
	color: #FFFFFF;
}

h1,
h2,
h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
}

em {
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

.block{
max-width: 600px; margin: 0 auto; width: 90%; text-align: center;
}

.logo {
    width: 200px;
    height: auto;
}

.head{margin: 50px 0 0 0;}

.linktree{}
.linktree a{
width: 100%; text-align: center; background: #FFFFFF; color: #000000; text-decoration: none; display: block; padding: 20px 5px; border-radius: 10px; font-family: 'League Spartan', sans-serif;
    font-weight: 700; font-size: 130%;
}