* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #1A1A1D;
    user-select: none;
    color: white;
}

@media (min-width: 601px) {
    button:hover {
        scale: 1.1;
    }
}

button:active {
    scale: 1.1;
}

main {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo {
    width: 96px;
}

button {
    margin: 10px 0px;
    padding: 5px;
    width: 250px;
    font-size: 28px;
    cursor: pointer;
    border-radius: 25px;
    border: solid 1px white;
    transition: .5s;
}

#tt {
    background-color: rgb(119, 16, 255);
    color: white;
}

#plugin {

}

header {
    position: fixed;
}

