body{
    background-color:#DED4E8;
}

h1{
    color:#E8BA40;
    font-family: "Copperplate",Fantasy;
    text-align:center;
}

p{
    color:#C7395F;
    font-family: "Courier New",Monospace;
}

.main{
    text-align:center;
}

a{
    color:#C7395F;
}

.wheel{
    height:400px;
    width:400px;
}

/* Modify the background color */
         
        .navbar-custom {
            background-color:#E8BA40;
        }
        /* Modify brand and text color */
         
        .navbar-custom .navbar-brand,
        .navbar-custom .navbar-text {
            color:#C7395F;
        }