body{
    background-color: #3C4C41;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0px;
}
/* Menu */
.intro{
    overflow:hidden;
    position: fixed;
    width: 100%;
}
.intro>img{
    float: left;
}
.intro>a{
    float: right;
    padding: 1%;
    border: 1px;
    color: #326642;
    text-decoration: none !important;
    transition: all .5s ease;
}
.intro>a:hover{
    color: #661362;
    padding: 2%;
    background-color: #A6FF7D;
    transition: all .5s ease;
    border-radius: 10px;
}
/* Background 1 */
#bg1{
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
}
#bg1>img{
    position: absolute;
    top: 0px;
}