html {
    color: white;
    font-family: 'Franklin Gothic', Arial, sans-serif;
    scrollbar-width: none;
}

hr {
    width: 40%;
}

a:link, a:visited {
    color: white;
}

.nav a:link {
    text-decoration: none;
    opacity: 0.7;
}

.nav {
    position: sticky;
    background-color: #FF22B2;
    border: 0.5em solid;
    border-color: #FF22B2;
    text-align: center;
}

textarea {
    resize: none;
}

.mybutton {
    display: grid;
    justify-content: space-around;
}

body {
    background-color: #5722A2;
    margin: 0;
    text-align: center;
}

.header {
    position: sticky;
    background-color: #AF22FF;
    color: white;
    font-style: italic;
    border: 0.66em solid;
    border-color: #AF22FF;
    z-index: 50;
}

.header p {
    position: absolute;
    margin: initial;
    margin-top: -1em;
    font-size: 0.9em;
}

.header img {
    width: 294px;
    height: auto;
}

.break {
    padding: 3.5em;  
}

.break h1 {
    color: transparent;
}

.navlinks {
    transform: translateY(-2px);
}

.footer {
    color: white;   
    border: 0.3em solid;
    border-color: transparent;
    position: fixed;
    bottom: 0%;
    background-color: #FF22B2;
    left: 0%;
    right: 0%;
    text-align: justify;
}

.footer span {
    position: fixed;
    right: 1.25%;
}
@media screen and (min-width:768px) {
  .footer span{
      display:none;
  }
}

@media screen and (max-height:330px) {
  .footer {
      background-color: transparent;
    }  
}

.footer p {
    line-height: 1.4em;
    padding: 1%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.footer img {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 1%;
    margin-top: 2px;
    padding: 0%;
}

.art img {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.art {
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}



.art a:link, a:visited {
    color: white;
    text-decoration: none;
}

.footerblock {
    color: transparent;
    border: 10em solid;
}

.occontainer {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.occontent {
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 640px;
}
.icon {
    width: 9em;
    background: linear-gradient(133deg, rgba(175, 34, 255, 1) 0%, rgba(175, 34, 255, 1) 50%, rgba(255, 34, 178, 1) 50%, rgba(255, 34, 178, 1) 100%);
    display: inline-flex;
    border: 0.3em solid;
    border-color: #FF22B2;
}

.icon img {
    width: 10em;
}

.ocinfo {
    width: 10em;
    padding: 2%;
    background: #AF22FF;
}
.ocinfo p {
    line-height: 1;
}
@media only screen and (max-width: 550px) {
    .occontainer {
        display: unset;
    }
    .occontent {
        width: unset;
    }
}

@media only screen and (max-height: 733px) {
    .footer {
        position: unset;
    }
    .footerblock {
        border: unset;
    }
}

.items {
    text-align: left;
}