h1 {
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
}
p {
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
}
body,html {
    background-color:black;
    height: 100%;
    width: 100%;
}
.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;

    position: absolute;
    top: 20px;
    right: 20px;
}