@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
    background-color: black;
}
body {
    margin-top: 0px;
    color: #FFF;
    font-family:  'Rajdhani', sans-serif;
    text-align: center;
}

.container-social {
    display: flex;
    justify-content: flex-end;
}

.container {
    display: flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.link {
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 30px;
}

.logo {
    margin-bottom: 50px;
}

.link-social {
    text-decoration: none;
    color: inherit;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 30px;
}

.link-social:hover {
    color: #CCC;
}

.link:hover {
    background-color: #CCC;
}