#floatimg {
    position: relative;
    bottom: 100px;
    width: 100%;
}

#textimg {
    position: relative;
    top: 100px;
}

#containerpadding {
    padding-left: 150px;
    padding-right: 150px;
}

#divclass1 {
    position: relative;
    padding-top: 100px;
}

#btnlist {
    border: 5px solid #911416;
    background-color:  white;
    transition: transform .2s;
    padding: 40px;
}

#btnlist:hover {
    border: 5px solid #911416;
    background-color: #911416;
    transform: scale(1.2);
    /* animation-name: t1;
    animation-duration: 1s; */
}

@keyframes t1 {
    from {transform: scale(1);}
    to {transform: scale(1.1)}
}

#textlabel {
    font-size: 1em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#t1 {
    color: white;
    font-size: 44px;
    font-style: italic;
    font-family: Roboto;
}

#t2 {
    color: white;
    font-family: Roboto;
    font-size: 22px;
}