
/* All the elements of the html files are styled*/

body{background-color:#e1e1ea}

nav{background-color:#e1e1ea;
	height:20%;
	width:90%}
	
div{width:45%;
float:left;
background-color:#666699}

h1{color:#33334d;
font-family:georgia;
font-size:40px;
text-align:center} 

p{color:white;
font-family:verdana;
font-size:20px} 

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#33334d;
}

li {
    float: left;
}

#cd {width: 450px;
height:380px;
padding-left: 130px}

#Yes-btn {width:70px;
height:35px;
color:#33334d;
font-size:25px}

#No-btn {width:70px;
height:35px;
color:#33334d;
font-size:25px}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	transition: 1s;
}

li a:hover {
    background-color:#666699;
}