* {
  margin: 0;
  padding: 0;
}
  
.flag {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(to bottom, #f2b23a 25%, #fcf0d8 25%, 50%, #ac55a3 50%, 75%, #352216 75%)
}

.credit {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.05;
 
}
a {
    color: #fcf0d8;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
