@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.title{
    color: #1E3A5F;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.image-container img{
    width: 130px;
    height: auto;
}

.color-primary{
    color: #F47C2C;
}

.card{
    border: #FF9A4B 2px solid;
}

.btn{
    background-color: #F47C2C;
    border: none;
    color: white;
    border-radius: 30px;
    font-size: large;
    margin-top: 20px;
}

.btn:hover{
    border: #F47C2C 2px solid;
}

body{
    margin: 0 auto;
    max-width: 800px;
}