
@font-face {
    font-family: netflix-bold;
    src: url('/assets/font/NetflixSans-Bold.otf') format('truetype');
}


@font-face {
    font-family: netflix;
    src: url('/assets/font/NetflixSans-Regular.otf') format('truetype');
}


html,
body {
    margin: 0;
    padding: 0;
    background-color: black;
    justify-content: center;
	padding: 3em;
    font-family: netflix;
    color: white;
}

* {
  box-sizing: border-box;
}

main {
    
  text-align: center; 
  max-width: 90vw;
  
  
}

header{
    text-align: center;
}

h2 {
    color: white;
    font-family: netflix;
}

#icons {
    
  width: 100%;
  height: 30%;
  padding: 0;
  overflow: hidden;
}

#icons img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#monk {
    
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
        url('https://static.wikitide.net/rainworldwiki/7/7b/Sillyslide3.jpg');
    text-align: left;
    height: 80vh;
    width: 80vw;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: white;
    padding: 1% 2%;
    border-radius: 5px;
}

#monk p {
    margin: 0;
    width: 50%;
}