@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


body {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    color: white;
}
.center-div {
    padding-top: 10%;
}
.btn.btn-success{
    padding: 0.4em 2em;
}
.form-control {
    padding: 0 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.form {
    width: 97vw;
    height: 97vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form1 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.input {
    width: 300px;
    height: 150px;
    margin-bottom: 25px;
    margin-top: 5px;
    border-radius: 10px;
    text-align: start;
    padding: 10px;
    font-size: 16px;
}
.inputdiv {
    width: 300px;
    height: 20px;
    background-color: aqua;
    text-align: start;
    
}
.button {
    width: 80px;
    height: 30px;
    margin: 15px;
    border-radius: 5px;
    background-color: lightblue;
    
}
.button:hover {
    background-color: aqua;
}
.heading {
    color: ivory;
    margin: 50px;
    position: absolute;
    top: 40px;
    font-size: 50px;
}
.title {
    font: 16px;
    font-style: bold;
    width: 300px;
    
}
.update {
   color: aquamarine;
   font: 22px;
}
