@import "main.css";
body {
/*    background: #00334b;*/
    background: orange;
    color: #FFFFFF;
}
.max-height {
    margin-left: 50%;
    left: -200px;
}
.max-width {
    margin-top: 50%;
}

p.a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 500px;
    color: #00334B;
    /*font-family: 'Kozuka Gothic Pro';*/
    font-family: 'Poiret One', cursive;
    font-size: 0px;
    font-style: normal;
    font-weight: 200;
    height: 0px;
    padding: 5px;
    text-align: center;
    width: 0px;
    /*box-shadow: 0px 0px 0px 3px #000000;*/
    position: absolute;
    z-index: 1;
    transition-timing-function: ease;
    transition-duration: 0.8s;
    /*transition-delay: 2s;*/
    
}


p.a.active,
p.a:hover{
    width: 250px;
    height: 210px;
    box-shadow: 0 0 27px 24px #FFF869;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    font-size: 60px;
    padding: 90px 30px 3px;
    margin-top: -150px;
    margin-left: -150px;
    transition-delay: 0s;
}