body {
    margin: 0;
    height: 100vh;
    width: 100%;
    background-color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-align: center;
    font-size: 25px;
}

.logo-container {
    width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vert-center {
    padding-right: 8px;
    user-select: none;
    position: relative;
    transform: translateY(15%);
}

.logo {
    width: 100%;
    user-select: none;
}

hr {
    color: white;
}

.contact-container {
    width: 100%;
    text-align: center;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}