* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}
html {
scroll-behavior: smooth;

}
body{
background-color: rgb(180, 194, 208);
}
video {
    width: 80%;
    aspect-ratio: 16/9;

}


h1 {
    text-align: center; color: aliceblue; font-style: oblique; font-style: italic;
}
Form {

    padding: 10px;
    border: 10px solid white;
    border-radius: 50px;
    background-color: rgb(228, 234, 237);
    width: 260px;
    position: relative;
margin: 0 auto;
   
}
html {
scroll-behavior: smooth;
}

input {

    display: block;
    margin-bottom: 10px;
    width: 200px;
    padding: 2px;
    border: 2px dashed rgb(214, 226, 233);
    border-radius: 5px;
}

#send {
    background-color: azure;
    cursor: pointer;
    border: 2px solid rgb(211, 211, 230);
    color: aliceblue;
}

#send:hover {
    background-color: paleturquoise;
}