main {
    width: 600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    margin: auto;
}

body {
    background: linear-gradient(125deg, rgb(54,81,217),
    rgb(207,56,148)) no-repeat;
}

.header {
    text-align: left;
    color: white;
    text-shadow: 0px 0px 4px white;
    margin-left: 20px;
}

.subheader {
    text-align: left;
    color: white;
    font-weight: 100;
    margin-left: 20px;
}
.picture {
    margin:auto;
}

.buttons {
    margin-left: 20px;
}

.blue {
    color: white;
    text-align: center;
    background: rgb(82, 139, 224);
    border-radius: 5px;
    padding: 9px 11px;
    box-shadow: 0px 2px 8px black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
}

.blue:hover {
    background: white;
    color: black;
}

.red {
    color: white;
    text-align: center;
    background: tomato;
    border-radius: 5px;
    padding: 9px 11px;
    box-shadow: 0px 2px 8px black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
}

.red:hover {
    background: white;
    color: black;
}

.texting {
    margin-left: 20px;
    text-align: justify;
    color: white;
}