@font-face{
    src: url(fonts/Jersey15-Regular.ttf);
    font-family: Jersey;
}

body{
    margin: 0;
    padding: 0;
    background-color: #bc00f0;
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    font-style: normal;
    
}

#fondo-celeste{
    
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    transition: background-color 1s linear;
}

#main_title{
    color:aliceblue;
    font-weight: 150;
    text-shadow: 2px 2px 5px #00ff40;
}

#box{
    background-image: url(images/StellaRecorteMas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: none;
    background-size: cover;
    width: auto;
    height: 350px;
    background-color: #9000f06b;
    box-shadow: 3px 3px 5px #005358, -3px -3px 5px #005358;
}

#comment_form{
    color: aliceblue;
    margin-left: 20px;
}