div {
    margin: 0 auto;
    width: auto;
}

a {
    padding: 40px;
}

h1 {
    text-align: center;
}

.image1 {
    text-align: center;
}

.links {
    border: 1px solid gray;
    background-color: white;
    padding: 20px;
    position: sticky;
    top: 0px;
    text-align: center;
    z-index: 1;
}

.text,
.text2 {
    width: 600px;
    height: auto;
    border: 1px solid black;
    padding: 20px;
}

.text2 {
    height: auto;
    position: relative;
    top: 60px;
    left: 300px;
    margin-bottom: 90px;
}

.interior {
    width: 500px;
    position: relative;
    bottom: 530px;
    left: 100px;
}