html, body {
    margin: 0;
    padding: 10px;
}

body {

    
    background-color: #ea7bee;
    opacity: 1;
    background-image:  linear-gradient(135deg, #4559f7 25%, transparent 25%), linear-gradient(225deg, #4559f7 25%, transparent 25%), linear-gradient(45deg, #4559f7 25%, transparent 25%), linear-gradient(315deg, #4559f7 25%, #ea7bee 25%);
    background-position:  33px 0, 33px 0, 0 0, 0 0;
    background-size: 66px 66px;
    background-repeat: repeat;
    
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Oxygen", sans-serif;
}

button {
    height: 50px;
    width: 200px;
    border-radius: 20px;
    background-color: orange;
    color: orange;
    border-top: none;
    border-bottom: 3px solid black;
    border-left: none;
    border-right: 3px solid black;;
    cursor: pointer;
    outline: none;
}
button:hover{
    background-color: darkblue;
    color: white;
    
}
h1{
    font-weight: bold;
    color: white;
}

h4{
    background-color: #242021;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 1.25rem;
    
}

.fun {
     background-color: #7bc7ed;
opacity: 1
;
background-image:  linear-gradient(135deg, #4559f7 25%, transparent 25%), linear-gradient(225deg, #4559f7 25%, transparent 25%), linear-gradient(45deg, #4559f7 25%, transparent 25%), linear-gradient(315deg, #4559f7 25%, #7bc7ed 25%);
background-position:  33px 0, 33px 0, 0 0, 0 0;
background-size: 66px 66px;
background-repeat: repeat;
}