@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Lexend+Deca&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

.container {
    background-color: hsl(0, 0%, 95%);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.cols {
    display: inline-block;
    height: 470px;
    width: 270px;   
    padding:30px;
}

div.cols > svg {
    padding-left: 33px;
}

div.cols > h1 {
    font-family: "Big Shoulders Display";
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 1px;
    color: hsl(0, 0%, 95%);

    padding-top: 30px;
    padding-left: 36px;
}

div.cols > p {
    font-family: "Lexend Deca";
    line-height: 24px;
    text-align: left;
    color: hsla(0, 0%, 100%, 0.75);

    padding-top: 20px;
    padding-left: 36px;
    padding-right: 40px;
}

div.cols > button {
    background-color: hsl(0, 0%, 95%);
    font-family: "Lexend Deca";
    font-weight: bold;
    text-decoration: none;
    
    margin-top: 100px;
    margin-left: 35px;
    padding: 15px;
    
    border-style: none;
    border-radius: 25px;
}

div.cols > button > a {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    font-size: 1.1em;
}

#col-1 {
    background-color: #E28525;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#col-1 a {color: #E28525;}

#col-2 {
    background-color: #016972;
}
#col-2 a {color: #016972;}

#col-3 {
    background-color: #00403F;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#col-3 a {color: #00403F;}