* {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

::selection {
    background: rgb(255, 45, 45);
    color: white;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    transition: 0.2s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #505050;
    transition: 0.2s;
}

html, body {
    margin: 0;

}

body {
    background-color: black;
    color: white;
}

div {
    display: block;
}

a {
    text-align: center;
}

.twitter:hover {
    color: white;
}

.twitter {
    text-decoration: none;
    color: blue;
}

.main-container {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 100px 0;
}

h1 {
    font-size: 100px;
}

p {
    font-size: 50px;
}

a {
    font-size: 50px;
}