.title {
    color: #c19fe8;
    font-family: "Trebuchet MS", sans-serif;
    font-variant: small-caps;
}

.header {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #302839;
    border-radius: 20px;
}

.header2 {
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    outline-color: #302839;
    outline-width: 5px;
    outline-style: double;
}

.div{
    width: 100%;
}
.button {
    background-color: #c19fe8;
    border: none;
    color: #000000;
    padding: 5px 20px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
}

body {
    font-family: "Trebuchet MS", sans-serif;
    color: white;
    background-color: #000000;
    margin: 0;
}

.container {
    height: auto;
    position: relative;
    display:flex;
    padding: 2px;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mainDiv {
    margin: 0;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imgMain {
    display:block;
    max-width: 45%;
    height: auto;
    margin: auto;
}

#navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer{
    margin-top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2b2b2b;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

main{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
}


.preview{
    max-width: 20%;
    height: auto;
    float: left;
    padding: 10px;  
}

p{
    font-size: larger;
}

a{
    color: #c19fe8;
}

.imageflex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.imageflexcontent{
    margin-left: 5px;
    margin-top: 0;
}

.title2{
    font-size: large;
}

h3{
    font-size: medium;
}
