*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #302d42;;
    
    
    color: #F7F7FF;
    font-family: 'Nanum Gothic', sans-serif;
}
a {
    text-decoration: none;
    color: #302d42;

}
a:hover {
    color: white;
    text-decoration: none;
}
div.wrapper {
    background-color:#302D42;
    background-image: url(./trumpetbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    background-position-y: -200px;
    background-position-x: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-weight: 600;
    min-height: 52 0pt;
}
h1 {
    color: white;
    margin-top: 5pt;
}
h2 {
    color: white;
    font-size: 14pt;
    letter-spacing: 3pt;
    margin-bottom: 8pt;
}
h3 {
    margin-top: 5px;
}
h4{
    font-style: oblique;
    text-indent: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
}
div.content {
    min-height: 100pt;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    padding: 5pt;
    font-size: 11pt;
    max-width: 400px;
}
img.profile {
    border-radius: 50%;
    width: 50%;
    height: auto;
    align-self: center;
    border-style: solid;
    border-width: 4px;
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 20px;
    margin-top: 10px;
}
div.split {
    background-color: #4382c1e1;
    color: white;
    min-height: 100pt;
    flex-grow: 1;
    padding: 5pt;
    margin: 4pt;
    border-radius: 8px;
    transition: background-color 0.2s;
}
div.split:hover {
    background-color: #4382c1;
    transition: background-color 0.1s;
}
div#one {
    display: flex;
    flex-direction: column;
}
div#two {

    
}
audio{
    width: 95%;
    min-width: 140pt;
}

footer {
    background-color: white;
    min-height: 40pt;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #2D3142;
    font-weight: 800;
    
}
div.links {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    
}

div.bottom {
    padding: 10px;
    padding-top: 5px;
    border-radius: 10px;
    margin: 5px;
    min-width: 100px;
    transition: background-color 0.2s, color 0.2s;
}
div.bottom:hover {
    background-color: #4381C1;
    color: white;
    transition: background-color 0.1s, color 0.1s;
}
p {
    width: 100%;
    text-align: inherit;
    padding: 5pt;
}
p.about {
    background-color: #f7f7ffc9;
    max-width: 200pt;
    margin: 10pt;
    border-radius: 5pt;
}

@media screen and (min-width: 560px) {
h3 {
    font-size: 16pt;
}
div.split {
    max-width: 500px;
    padding: 20px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
div.content {
    max-width: 500px;
}
div.wrapper {
    background-position-y: -100px;
    background-position-x: 0px;
}
}
@media screen and (min-width: 1024px) {
div.content {
    flex-direction: row;
    max-width: 1000px;
    align-items: flex-start;
}
div#one {
    max-width: 400px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
div.wrapper {
    background-position-y: 140px;
    background-position-x: 400px;
}
}
