@import url('../fonts/fonts.css');

body {
    margin: 0;
}

main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 95%;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

#left img {
    width: 400px;
    max-width: 80vw;
}

#left {
    text-align: center;
    font-size: 46px;
    font-family: 'Playfair';
    text-transform: uppercase;
    font-weight: 200;
}

#left h1 {
    margin: 0;
}

main div {
    height: 100%;
    padding: 10px;
    margin: auto;
}

#blacksquare {
    background-color: black;
    color: white;
    padding: 200px 107px;
    font-family: 'Now';
    font-size: 33px;
    max-width: 500px;
}

#createdBy {
    padding-top: 12px;
    font-family: 'Now';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    display: block;
}

#author {
    font-size: 22px;
    font-family: 'Now';
    font-weight: 200;
    display: block;
}

#getstarted {
    background-color: #25bd54;
    color: black;
    text-decoration: none;
    padding: 20px 30px;
    font-family: 'Now';
    border-radius: 30px;
    display: inline-block;
    justify-self: end;
    font-weight: 200;
}

#artistswrapper {
    display: flex;
    justify-content: end;
}