body{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

h1{
    display: flex;
    justify-content: center;
}

*{
    font-family: Arial, Helvetica, sans-serif;
}

.logo1{
    width: auto;
    height: 250px;
    top: 22%;
    position: relative;
    left: 50%;
    transform: translate( -50%);
}
