* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #3b2f5c;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon {
    width: 300px;
    height: 300px;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.link {
    color: white;
    font-weight: 600;
    font-family: 'Courier New', Courier, monospace;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}