*{
    margin: 0;
    padding: 0;
}

body{
    
    font-family: Arial, Helvetica, sans-serif;
}

#showcase{
    background-image: url(../img/landingpage.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo img{

   
   height: 6vh;
}

h3{
    width: 70%;
    color: white;
    text-align: center;
    padding-top: 100px;
}

p{
    width: 70%;
    color: white;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    
}

#showcase .button{
    margin-top: 30px;
    text-decoration: none;
    color: white;
    border: white 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    
}

