/**
 * Add custom CSS to be applied in exported files here
 */

 p {
    margin-right: 150px;
    margin-left: 80px;
  }

  h1 {
    margin-right: 150px;
    margin-left: 80px;
  }

  h2 {
    margin-right: 150px;
    margin-left: 80px;
  }

pre {
    margin-right: 150px;
    margin-left: 80px;
}

div {
    max-width: 1000px;
    align-content: center;
    align-self: center;
    justify-content: center;
}

li {
    margin-right: 150px;
    margin-left: 80px;
}

table {
    margin-right: 150px;
    margin-left: 80px;
}

body {
    align-content: center;
}

main {
    height: 230px;
    width: 50vw;
    box-sizing: border-box;
    background-color: white;
    border-top: 12px solid #663ab5;
    border-radius: 10px;
    margin: 13px; 
    margin-bottom: 0;
    padding: 10px;
    padding-left: 30px;
    font-size: 13px;
  }

  .urlextern::before {
    content: '';
    background:url('./_media/icons/link.png');
    background-size:cover;
        position:absolute;
    width:20px;
    height:20px;
    margin-left:-20px;
  }

  .mf_pdf::before {
    content: '';
    background:url('./_media/icons/pdf.png');
    background-size:cover;
        position:absolute;
    width:20px;
    height:20px;
    margin-left:-20px;
  }

  .mf_mp4::after {
    content: '';
    background:url('./_media/icons/video.png');
    background-size:cover;
        position:absolute;
    width:20px;
    height:20px;
  }

  .logo {
    align-content: flex-start;
  }