html{
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../celila/fondoceel.jpg);
    background-size: cover;
    width: 100%;
    color: white;
}

input{
    outline: none;
}

label{
    float: left;
}

@media(max-width:700px){
    html{
        background-image: url(../celila/phonki.png);
        width: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        color: white;

    }
}

nav{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 149, 255);
    font-weight: bold;
}

nav p{
    padding-left: 15px;
    font-size: 22px;
    color: white;
}

.reckar{
    margin-top: 5%;
    width: 50%;
}
.recer{
    width: 50%;
    background-color: rgba(128, 128, 128, 0.637);
    padding: 35px;
    border-radius: 15px;
}

.recer button{
    width: 65%;
    padding: 15px;
    border-radius: 7px;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: rgb(0, 123, 255);
}

.recer input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.recer select{
    width: 105%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

option{
    padding: 15px;
}

.fotresa img{
    padding: 15px;
}

@media(max-width:700px){
    .reckar{
        width: 100%;
        margin-top: 20%;
    }
    .recer{
        width: 80%;
    }
    .recer input{
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: none;
    }

    .recer select{
        width: 110%;
        padding: 10px;
        border-radius: 5px;
        border: none;
    }

    .recer button{
        width: 105%;
        padding: 15px;
        background-color: rgb(0, 123, 255);
        border-radius: 7px;
        border: none;
        color: white;
        font-weight: bold;
        font-size: 18px;
    }

    .fotresa{
        width: 100%;
    }

    .fotresa img{
        padding: 15px;
    }
}