body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20 px;
}
h1{
    text-align: center;
    margin-top: 20px;
    color: #007bff;
    font-size: 36px;
}
p{
    text-align: center;
    margin-top: 20px;
}
.form-container{
    margin: 0 auto;
    text-align: center;
}
label {
    display: block;
}
input[type="text"],
input[type="email"],
input[type="textarea"] {
    text-align: center;
    width: 50%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
nav li {
    margin: 5px 0;
}
nav a {
    text-decoration: none;
    color: black;
}
a:hover{
    color: blue;
}
ul{
    list-style-type: none;
}
.border{
    border: 1px solid black;
    text-align: center;
    display: inline-block;
}