body {
    background: url(nakajimakoen-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-family: "Trebuchet MS";
}

h1 {
    font-family: "Trebuchet MS";
    background-color: #0e0e49;
    color: white;
    margin: 10px;
    padding: 20pt;
    display: flex;
    border-radius: 5px;
    opacity: 0.9;
}

.logo {
    height: 100px;
    width: 100px;
    align-self: center;
}

.headertext {
    margin-left: 20px;
    align-self: center;
}

main {
    background-color: #ffffff;
    opacity: 0.9;
    margin: 10px;
    padding: 20pt;
    border-radius: 5px;
}
