*, *::before, *::after { 
    box-sizing: border-box; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}
body {
    background-image: url(./images/background1.png);
    background-position: center top;
    background-color: rgb(32, 32, 31);
}
 #loginimage {
    display: block;
    max-width: 100%; height: auto;
    margin: auto;
    /* border: 4px solid black; */
    border-radius: 2rem;
}
h1 { 
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
}
a, a:visited, a:active { 
    text-decoration: none;
}
/* turns off underline */
#layoutparent {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 02rem auto 2rem auto;
    /* border: 1px solid magenta; */
}
#loginimage {
    display: block;
    max-width: 100%; height: auto;
    margin: auto;
    /* border: 4px solid black; */
    border-radius: 2rem;
}
#loginform {
    position: absolute;
    left: 40%; top: 61%;
    width: 15%; height: 12%;
    /* border: 1px solid red; */
}
#loginform>input {
    position: absolute;
    width: 100%; height: 28%;
    border-radius: .3em;
    font-size: 80%;
}
#password {
    top: 32%;
}
#enter {
    top: 67%;
    background-color: rgb(113, 153, 95);
    color: white;
    /* add different font */
}