@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');
body{
    background-color: rgb(241, 245, 207);
    color: darkmagenta;
    font: normal 16px 'Roboto', sans-serif ;
}
a:hover {
    text-decoration: underline;
}
a:active{
    color:blue
}
a:visited{
    color:green
}
a {
    color: darkmagenta;
    text-decoration: none;
}
.start p{
    color: rgb(98, 0, 255);
    padding: 5px;
    border: 5px solid rgb(63, 10, 160);
    margin: 20px;
}
.forms label {
    display: block;
    font-size: 15px;
}
.forms input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    /* border-bottom: 1px solid black; */
    background: transparent;
    color: darkmagenta;
    padding: 5px 0 5px;
    outline: none;
    font-family: inherit;
}
.NAF {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}
form {
    margin-bottom: 0%;
}
.forms {
    width: 100%;
}