html,
body {
    padding: 0;
    margin: 0;
    background-color: black;
    color: white;
}

button{
    width: 150px;
    margin-top: 5px;
}

.topbar {
    position: relative;
    top: -10px;
    padding: 10px;
    background-color: darkslategray;
    border-radius: 10px;
}

h1 {
    margin: 0;
    text-align: center;
}

#list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.colorItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin: 5rem;
    margin-top: 0;
    font-size: 20pt;
}

.text {
    width: 200px;
    text-align: center;
}

h2 {
    position: relative;
    width: 300px;
    text-align: center;
}

.colorBlock {
    display: block;
    height: 200px;
    width: 200px;
    border: white 2px solid;
    border-radius: 10px;
}