* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #000;
    color: aliceblue;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: 28px;
}

p {
    margin-top: 25px;
}

h1 {
    font-size: 21px;
}

.site {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site2 {
    margin: auto;
    padding-top: 25px;
    font-size: 16px;
    line-height: 24px;
    width:600px;
    border-top: 1px solid #fff;
    margin-top: 25px;
}

.logo {
    display: flex;
    width: 540px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.logo img {
    margin-right: 50px;
}