div {border: 0dvh green solid;}
.inputtext{
    width: 200px;
    height: 30px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
}
 .btn {
    width: 100px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;

}
a {
    text-decoration:none;
    color: red;
}
.search-full-input {
    width: 335px;
    margin: 0 5px 0 0;
    line-height: 30px;
    height: 32px;
    vertical-align: top;
    font-size: 16px;
    padding: 0 6px;
}
.text {
    height: 100px;
    overflow: auto;
}
.headerfoto img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
h1 {
    line-height: 70px;
    text-align: center;
}