*{
    margin: 0;
    padding: 0;
}
body{
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    height: 100vh;
}
.border{
    position: absolute;
    top: 26.97%;
    left: 38.26%;
    width: 450px;
    height: 450px;
    border: 1px solid black;
    border-radius: 100%;
}
#display_image{
    position: absolute;
    top: 29.52%;
    left: 39.57%;
    width: 400px;
    height: 400px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}
.header{
    min-height: 100vh;
    width: 100%;
    font-family:Arial;
    background-image: url(images/Senku\ fantasia.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
}
input[type="file"]{
    display: none;
}
label{
    color:white;
    position: absolute;
    margin: auto;
    cursor: pointer;
    top:0;
    bottom: 85%;
    left:0;
    right:0;
    height:60px;
    width: 250px;
    background-color: rgb(0,0,0,0.8);
    font-size:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    border: 2px solid black;
}