#div1 {
    display: flex;
    background-color: #f2f2f2;
    padding: 20px;
    justify-content: center;
    gap: 20px;
    border-style:dotted;
    border-color:black;
    margin-top: 20px;
    margin-bottom: 20px;
}

#div-yellow {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-style:dotted;
    border-color:black;
    padding: 20px;
}

#div-orange {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 100%;
    justify-content: center;
    border-style:dotted;
    border-color:black;
    padding: 20px;
}

#div-orange:hover {
    background-color: orange;
}

#div-blue1 {
    background-color: blue;
    width: 50%;
    height: 50px;
    justify-content: center;
    border-style:dotted;
    border-color:black;
    margin: auto;
}

#div-blue2 {
    background-color: blue;
    width: 50%;
    height: 50px;
    border-style:dotted;
    border-color:black;
    margin-left: 50%
}

p {
    text-shadow: 6px 2px 10px blue;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif

}

h1 {
    text-shadow: 6px 2px 10px blue;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}