@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

header {
    background-color: rgb(234, 51, 122);
    color: white;
    padding: 1em; 
    text-align: center;
    border-radius: 10px;
}

.suse-normal {
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  ul {
    list-style-type:armenian;
    padding: 0;
  }

  .content {
    padding: 2em;
  }