body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
}

.showcase{
    float: left;
    background: url(images/twitter.png);
    width: 50%;
    height: 200%;
    
}

img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.left{
    float: left;
    width: 40%;
    padding: 50px 30px;
}

.left i{
    color: #1da1f2;
    
}

.left h1{
    margin-top: 45px;
    text-align: center;
    font-size: 60px;
    margin-left: 8px;
    word-spacing: 4px;
    color: black;
    font-family: 'lato',sans-serif;
    white-space: inherit;
}

.left h2{
    margin-top: -15px;
    align-items: flex-start;
    font-size: 25px;
    word-spacing: 4px;
    color:black;
    font-family: 'lato',sans-serif;
    white-space: inherit;
    margin-left: 38px;
}

.sign{
    float: left;
    display: inline;
    width: 70%;
    padding: 10px;
    
}



.sign a{
    padding: 13px 100px;
    height: 1.3rem;
    border: 1px solid black;
    background-color: #fafafa;
    border-radius: 50px;
    font-weight: 100;
    text-decoration: none;
    color: black;
    text-align: center;
    display: block;
    font-family: "lato,sans-serif";
    
}

.sign a:hover{
    background-color: grey;
    transition: .15s ease-in-out;
}

.log{
    float: left;
    display: inline;
    width: 70%;
    padding: 10px;
    color: black;
}

.log a{
    padding: 13px 100px;
    height: 1.3rem;
    border: 1px solid black;
    background-color: #fafafa;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    text-align: center;
    display: block;
    font-family: "lato,sans-serif";
}




.log a:hover{
    background-color: grey;
    transition: .15s ease-in-out;
}

.sog{
    float: left;
    display: inline;
    width: 70%;
    padding: 10px;
    color: black;
}

.sog a{
    padding: 13px 100px;
    height: 1.3rem;
    border: 1px solid black;
    background-color: #fafafa;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    text-align: center;
    display: block;
    font-family: "lato,sans-serif";
}




.sog a:hover{
    background-color: grey;
    transition: .15s ease-in-out;
}

.footer{
    float: left;
    width: 100%;
}

.footer ul{
    list-style: none;
}

.footer li{
    padding: 5px 0;
    display: inline;
    display: inline-block;
    padding: 4px;
    margin: 2px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400px;
}

.footer a{
    text-decoration: none;
    color: #536471
}

.footer a:hover{
    text-decoration: underline;
}

.footer p{
    margin-top: 0;
    text-align: center;
    color: rgb(135,153,166);
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


    



