#icebreaker {
    margin: 100px 25px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#icebreaker p {
    flex: 1;
    text-align: center;
    font: 2rem sans-serif;
}
#another {
    display: flex;
    align-items: center;
    justify-content: center;
}
button {
    position: absolute;
    bottom: 25px;
    padding: 20px;
    width: 50%;
    max-width: 300px;
    border: 2px solid #365db57a;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    color: #fcffe5;
    background-color: #3b4d8078;
    box-shadow: 2px 2px 4px 2px #111111;
    cursor: pointer;
}
button:hover {
    background-color: #3b4d80a3;
}
