@font-face {
    font-family: "Ink Free-Regular";
    src: url("https://anima-uploads.s3.amazonaws.com/projects/633c831f7fe8e743e734b0d9/fonts/inkfree.ttf")
      format("truetype");
  }


@font-face {
    font-family: Carmitta;
    src: url(Carmitta.ttf);
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.container {
    text-align: center;
    background-color: #000;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}
.logo {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 400px;
}


h1{
    font-size: 100px;
    font-family: Carmitta;
    color: #ffffff;
    margin: 20px 0;
}
.subtitle {
    font-size: 35px;
    color: #eb8fe6;
    margin: 10px 0;
    font-family: "Ink Free-Regular", Helvetica;
}
.content {
    background-color: #fff;
    color: #000;
    padding: 50px;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
}
.content img {
    width: 100%;
    border-radius: 3%;
}
.poesie, .commander {
    background-color: #eb8fe6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 60px;
    font-family: "Ink Free-Regular", Helvetica;
}

.commander{
    text-decoration: none;
}

#pg{width:445px; height:700;-webkit-box-shadow: 0px 10px 13px -7px #000000, -3px 2px 2px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, -3px 2px 2px 5px rgba(0,0,0,0);}