h1 {
    color: #ffffff;
    opacity: 80%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    text-shadow: 1px 2px 5px #000000;
}

p {
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 80%;
}


h2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: lighter;
}

h3 {
    font-size: 15px;
    letter-spacing: 1px;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    letter-spacing: 0.3em;
    top: 15%;
    background: linear-gradient(to right, #e66465, #9198e5)
}


.color1 {
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    background: none;
    border: none;
    transition: 800ms;
}

.color1:hover {
    background-color: #11111152;
    transition: 800ms;
}

.color2 {
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    background: none;
    border: none;
    transition: 800ms;
}

.color2:hover {
    background-color: #11111152;
    transition: 800ms;
}



.random-button {
    opacity: 100%;
    background-color: #11111123;
    border: none;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: 1000ms;
}

.random-button:hover {
    background-color: #222;
    transition: 1000ms;
}
