h1{
    text-shadow: 2px 4px 6px rgb(0, 0, 0, 0.15);
    text-align: center;
    margin-bottom: 2vh;
}

h2{
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.15);
    text-align: center;
    margin-bottom: 5vh;

}

.error {
    border: 4.5px solid #e22e12;
    width:85%;
    padding: 2.5vh;
    border-radius: 2vh;
  }

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    box-sizing: border-box;
}
.text-container {
    flex: 1;
    text-align: center;
}

.object-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.object-container object {
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 50vh;
}

a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#Archive{
    display: none;
}

#archivebutton{
    display: block;
}

#currentbutton{
    display: none;
}

.button{
    background-color: #088486;
    color: white;
    padding: 1vh 2vh;
    border-radius: 1vh;
    border: none;
    cursor: pointer;
    border: 2px black solid;
    margin: 0 auto;
    font-size: larger;
    margin-top: 7.5vh;
    width: 35%;
}

.back{
    background-color: #ffb4e5;
    color: gray;
    padding: 1vh 2vh;
    border-radius: 1vh;
    border: none;
    cursor: pointer;
    border: 2px lightgray solid;
    margin: 0 auto;
    font-size: larger;
    margin-top: 2.5vh;
    width: 100%;

}