body {
    margin: 0;
    padding: 0;
    background: black;
    height: 100vh;
    font-family: 'Anton', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container {
    width: 530px;
    height: 360px;
    background: rgb(54, 54, 54);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid rgb(87, 87, 87);
}

.blockTxt {
    background-color: black;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    border: 2px solid rgb(87, 87, 87);
}

h1 {
    color: blanchedalmond;
    text-align: center;
    font-size: 80px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a, p {
    color: rgb(250, 226, 13);
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 2px;
}