html,

body {
    background-image: url(../images/100_2036.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}


.layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    height: 100%;
}

.Info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 100px;
    padding: 50px;
    grid-template-rows: 1fr auto;
}

.nav-col {
    padding-top: 50px;
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
}

.nav-list {
    list-style: none;
    padding-left: 0%;
    text-align: right;
    font-size: 30px;
    font-family: "SandyTextHmk Regular";

}


h1 {
    color: #ffffff;
    font-size: 45px;
    font-family: "Impact Regular";
    text-shadow: rebeccapurple 0 0 10px;
}

h2 {
    color: #ffffff;
}

p {
    color: #ffffff;
}