body{
    background-image: url('../img/fdo.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top:20px;
}

h1{
    font-size:50px;
    color: white;
    text-shadow: 0 0 10px black;
}

h3{
    color: brown;
}

.verdad{
    background-color:brown;
    opacity: .8;
    margin-top: 30px;
    border-radius: 30px;
}

.pantalla-container{
    box-shadow: 0 0 30px black;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 41%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(41%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 41%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 41%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 41%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 41%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
}

.pantalla-interior{
    border: 2px solid rgb(202, 200, 200);
    background-color: white;
    border-radius: 10px;
}

.footer{
    margin-top:40px;
    text-align: center;
}

.footer p{
    color:white;
    text-shadow: 0 0 5px black;
}