* {
    padding: 0px;
    margin: 0px;

}

html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}

#mc {
    width: 300px;
    position: absolute;
    transition: all 0.9s;
}