body{
    margin: 0;
    font-family: cursive;
    height: 100vh;
    background: #7f7d9d;
}

h1{
    text-align: center;
}
.cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.color-cont{
    font-family: Arial, Helvetica, sans-serif;
    background-color: orange;
    width: 300px;
    height: 100px;
    color: white;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-shadow: 2px 2px black;
    border: solid black;
    border-radius: 10px;
}