@import url("https://fonts.googleapis.com/css?family=Lato");

button.styled-btn{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color:rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    color: white;
    font-family: Lato;
    letter-spacing: 1.56pt;
    height: 100%;
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4%;
}


