body {
   // background-image: linear-gradient(to bottom right, #FDFCFB, #E2D1C3);
   background-image: url("./bg.jpg");
   //opacity: 0.50;
}

p {
    color: rgb(234,234,234);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.5em;
    background-color: rgb(70,70,70);
    padding : 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.custom {
    color: rgb(234,234,234);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.5em;
    background-color: rgb(70,70,70);
    padding : 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

label {
    color: rgb(234,234,234);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.5em;
    background-color: rgb(70,70,70);
    padding : 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

}
