body {
    margin: 0px;
    min-height: 97vh;
}

nav {
    min-height: 97vh;
    background-color: rgb(144, 86, 162);
    margin-top: auto;
    padding-top: 28px;
}

div#main {
    min-height: 97vh;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
}

nav a,
nav a:visited,
nav a:active {
    color: #efefff;
}


nav h4 {
    font-size: 17px;
}

nav h3 {
    color: #ffcb67;
}

h1.page-title {
    color: rgb(144, 86, 162);
    font-weight: 700;
    background-image: url("../images/wishlist-hero-icon-1200.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0px;
    background-position-y: 4px;
    background-size: contain;
    padding-left: 90px;
    margin-left: 0px;
}