﻿h1 {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

body {
    background-image: url('../images/photo-four.jpg');
    background-size: cover;
}

.bg-color {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1.5rem;
    padding: 20px;
    margin-top: 132px;
    box-shadow: 0px 9px 58px 9px rgba(0,0,0,0.1);
}

.boton {
    border: 1px solid black;
    border-radius: 50px;
    background: none;
    padding: 10px 20px;
    cursor: pointer;
}

    .boton:hover {
        border-color: darkcyan;
        background: darkcyan;
        font-weight: 400;
        color: white !important;
    }

.input {
    border-radius: 50px;
}