* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    color: #ffffff;
    font-family: monospace sans-serif;
}




.hero {
    height: 100vh;
    background: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 7px;
}

.hero-text p {
    margin-bottom: 20px;
    width: 700px;
}
 span{
    color:#f46224
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #f46224;
    color: #fff;
    border-radius: 0 px;
    text-decoration: none;
    cursor: pointer;margin-bottom: 10px;
}

img{
   border: radius 60 px ; 
}
