@font-face {
  font-family: specter;
  src: url("specter.ultra.otf");
}

body{
    background-color: #000;
    min-height : 100vh;
}

.cntr{
    display : flex;
    align-items : center;
    justify-content : center;
}

.block{
    width : 80%;
    max-width : 500px;
}

.block img{
    width : 100%;
}

button{
    display: block;
    margin : 20px auto;
    font-family: "specter";
    border: none;
    width : 50%;
    height : 40px;
    border-radius : 50vw;
    background-color : #e5da4a;
}