@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend+Deca);

body {
    background-color: hsl(233, 47%, 7%);
    color: #FFFFFF;
    min-height: 40px;
    min-width: 60px;
}

main {
    display: flex;
    margin: auto;
    height: 100vh;
    min-height: 40px;
    min-width: 1280px;
}

.container {
    /* width: 1110px; */
    background-color: hsl(244, 38%, 16%);
    margin: auto;
    border-radius: 8px;
    display: flex;
}

.container .left-card h1 {
    font-family: "Inter", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 1.5px;
    margin-top: -5px;
    margin-bottom: 25px;
    width: 400px;
}

.container .left-card span {
    color: hsl(277, 64%, 61%)
}

.container .left-card {
    padding: 65px 30px 0 70px;
    width: 50%;
}

.container .left-card .texto {
    color: hsla(0, 0%, 100%, 0.75);
    font-family: "Lexend Deca", sans-serif;
    line-height: 25px;
    opacity: .75;
    width: 385px;
    font-weight: 400;
}

.container .left-card .dados {
    color: hsl(0, 0%, 100%);
    display: flex;
    margin: 75px auto 65px;
}

.container .left-card .dados .dados-cima {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-top: 8px;
}

.container .left-card .dados .dados-baixo {
    color: hsla(0, 0%, 100%, 0.6);
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.95px;
    font-size: 12px;
    margin-top: 8px;
    width: 145px;
}

.container .right-card {
    width: 50%;
}

.container .right-card img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 8px 8px 0;
    opacity: .45;
    width: 100%;
    height: 100%;
}

.attribution {
    font-family: Arial, sans-serif;
    display: none;
    justify-content: center;
    letter-spacing: 0.95px;
}

.attribution a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
}