body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    transition: background-color 0.5s ease;
}

.header {
    margin-top: 10%;
}
.color-flipper-header, .current-color, .message {
    text-align: center;
    font-weight: bold;
}

.button-container {
    text-align: center;
}

.button-change {
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 5px 5px gray;
    font-weight: bold;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.button-change:hover {
    cursor: pointer;
    transition: 0.3s;
    background-color: lightgray;
    transform: scale(1.05);
}