body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}

#Button-Link:link {
    text-decoration: none;
}

#Button-Link:visited {
    text-decoration: none;
}

#Button-Link:hover {
    text-decoration: none;
}

#Button-Link:active {
    text-decoration: none;
}

#Outer-Div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*align-content: flex-start;*/
}

img {
    /*width: 50em;
    border-radius: 5px;
    margin: 10px;*/
    /*height: 500px;*/
    width:50vw;
    /*height:300px;*/
    /*margin:0 -100%;*/
}

#Image-Div {
    max-width: 50vw;
    /*max-height: 50vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

button {
    border-radius: 5px;
    border-width: 1px;
    border-color: black;
    height: 2em;
    background-color: purple;
    
}

#Button-Link {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}

#Inner-Div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 80%;
    min-width: 300px;
    /* Atm not used
    height: 80vh;*/
    border-radius: 5px;
    overflow: hidden;
}

h1 {
    
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5em;
    text-align: center;
}

h2 {
    
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
}

p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 15px;
    text-align: center;
    font-size: 1.1em;
}

#First-Text {
    /* max-width: 90%; */
}