@font-face {
    font-family: pop;
    src: url("font/Poppins-Medium.ttf");
}

* {
    margin: 0;
    padding:0; 
}

body {
    font-family: pop;
}



h1 {
    font-family: pop;
}

.text_center {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



footer {
    position: absolute;
    bottom: 0;
    text-align: left;
    
}

footer p {
    padding-left: 10px;
}