* {
    box-sizing: border-box;
    padding: 0;
    color: #1c1c1c;
    align-text: center;
}

body {
    background-color: #1c1c1c;
}

a {
    text-decoration: none;
}

.amogus {
    width: 480px;
    height: 480px;
    margin-top: 10%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
