button {
    margin: 1rem;
    background-color: white;
}

header {
    min-height: 75%;
    background-position: center
}

.bgimg {
    background-position: center;
    background-size: cover;
    background-image: url("../img/backgroungimg2.jpg");
    min-height: 75%;
}

li {
    list-style-type: none;
}

body,
html {
    height: 100%;
}
