/* Special */

@font-face{
    font-family: "LyingDown";
    src: url("../fonts/LyingDown.ttf");
    font-weight: normal;
    font-style: normal;
}

/* All */

*{
    box-sizing: border-box;
}

/* TAGs */

body{

    height: 100%;
    width: 100%;
    margin: 0px;

    background-color: #000000
}

p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 0px;
    
    color: White;
}

/* IDs */

#Title{
    font-family: "LyingDown";
    font-size: 60px;
    color: Red;
    margin: 0px;
}

#Little{
    position: fixed;
    bottom: 0px;
    right: 0px;

    height: 180px;
    width: 180px;
    
    opacity: 0.5;
}

#Lazymoon{
    font-family: "LyingDown";
    font-size: 48px;
    
    margin-bottom: 0px;
    
    color: Red;
}
