﻿.myDiv {
    background-color: rgb(19, 23, 232, 0.45);
    padding: 50px;
    width: 60%;
    left: 17%;
    border-radius: 20px;
    border: 3px solid black;
}

body {
    background-color: azure;
    background-image: url("../Images/C.webp");
    background-repeat: no-repeat;
    background-size:cover;
}

.a {
    margin: 20px;
}

.myBtn {
    width: 200px;
    padding: 7px;
}

label {
    margin-bottom: 10px;
    font-weight: bolder
}

input, label, .myBtn {
    font-size: 20px !important;
    font-weight: bolder;
}

h3 {
    font-size: 30px;
}

label, h3{
    color:white
}