@charset "UTF-8";
/* CSS Document */





body {
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(135deg, #ffd6e0, #e0f7ff);
    margin: 0;
    padding: 0;
    text-align: center; }





h1 {
    margin-top: 40px;
    font-size: 3em;
    color: #ff6f91; }

h1 {  margin-top: 40px;
    font-size: 3em;
    color: #ff6f91;

    display: inline-block;
    padding: 12px 30px;
    border: 3px dashed #ffb6c1;
    border-radius: 25px;
    background: #fff0f5;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1); }


h2 {
    margin-top: 30px;
    color: #6a9cff; }


ul {
    list-style: none;
    padding: 0; }


li {   margin: 10px 0; }




a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    color: #555;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease; }


a:hover {
    background: #ffb6c1;
    color: white;
    transform: scale(1.05); }


h2 + ul,
h2 {  margin-bottom: 10px; }