*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
main{
    margin-top: 3cm;
    margin-left: 2cm;
    margin-right: 3cm;
}
body{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
a{
    text-decoration: none;
    color: black;
}
h1{
    font-size: 64px;
}
h2{
    padding-top: 100px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 50px;
}

img{
    float: right;
    width: 10cm;
    margin-left: 50px;
    margin-right: 70px;
}
.imgcard{
    width: 150px;
}
.lm{
    background-color: #ff4500;
    color: white;
    padding: 20px 50px;
    border-radius: 10px;
    font-size: 24px;
    border: 0cm;
    margin-top: 30px;
}
.card-container{
    display:flex;
    justify-content: space-around;
}
p{
    font-size: 20px;
}
header{
    background-color: #ff4500;
    font-size: 24px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: white;
    padding: 0cm;
}
.heading{
    display: flex;
}
.links{
    display: flex;
    text-align:right;
}

a{
    padding: 2px 30px 10px;
    color: white;
    display: inline;
}
ul{
    list-style: none;
}
.hero{
    display: flex;
    align-items: center;
}
.hero-text{
    display: flex; flex-direction: column;
}