@font-face{
    font-family:"Times";
    src:url(fonts/times.ttf) format('truetype');
    font-style:normal;
}

@font-face{
    font-family:"Times";
    src:url(fonts/timesbd.ttf) format('truetype');
    font-weight:bold;
}

body{
    width: auto;
    height: 100vh;
    margin: 0;

    padding: auto;
    font-family: "Times New Roman", 'Times';
}

.container{
    display: flex;

    text-align: center;
    flex-direction: column;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a{
    margin-top: 15px;
}

p{
    margin: 0;

    font-size: 16px;
}

h1{
    font-size: 102px;
    margin: 0;
    margin-bottom: -20px;
}

h1:last-child{
    color: #fff;
    user-select: none;
}

img{
    width: 250px;
    margin: 0 auto;
}