.color-one {color: #c6007b;}

body {
    background-color: #fdadc7;
}

#wrapper {
    background-color: white;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

ul#menu li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    margin: 5px;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #c6007b;
    border-radius: 5px;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #fdadc7;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    background-color: #d0047f;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #fdadc7;}

.dropdown:hover .dropdown-content {
    display: block;
}

img {
    max-width:100%;
}
