*{
   }

h1{  display: block;
    font-size: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgba(21, 207, 207, 0.466);
    padding-right: 5px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.LOGO{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-image: url(LOGOM26.webp);
    background-size: 100%;
}
