body {
    font-family:  Roboto, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0px;
    
    
}

a {
    text-decoration: none;
    
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 24px;
    
}

.head-logo {
width: 250px;
}

.devgroll-logo {
    width: 100px;
}

.header-content {
    background: #1F2937;
    display: flex;
    flex-direction: column;
    padding-left: 200px;
    padding-right: 200px;
    
}

.header {
  font-size: 24px;
  color: #F9FAF8;  
}

.hero {
    font-size: 48px;
    font-weight: 900;
    color: #F9FAF8;
}

.hero-text, .link {
    font-size: 18px;
    color: #E5E7EB;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 100px;  
    
    
}

.header-end {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding-bottom: 100px;
}

.header-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.button-sign {
    background: #3882F6;
    color: #F9FAF8;
    width: 112px;
    padding: 8px;
    font-weight: bold;
    border: solid #1F2937 1px;
    border-radius: 12px;
}

.mid-one {
    display: flex;
    flex-direction: column;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
}

.info {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #1F2937;
    padding-bottom: 50px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding-bottom: 100px;
}

.box-one, .box-two, .box-three, .box-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.dev-logo {
    width: 150px;
    border-radius: 15px;
}

.box-text {
    color: #797b7e;
    font-size: 20px;
}

.mid-two {
    background: #E5E7EB;
    display: flex;
    flex-direction: column;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 8px;
    justify-content: center;
    
    
    
}

.quote-text {
    font-size: 36px;
    color: #1F2937;
    font-weight: 300;
    font-style: italic;
}

.quote-author {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}

.mid-three {
    display: flex;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
    align-items: center;
    
    
}

.call-to-action {
    display: flex;
    flex-direction: column;

}

.call-to-action-background {
    background: #3882F6;
    display: flex;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    gap: 56px;
    border-radius: 20px;
}

.button-action {
    background: #3882F6;
    color: #F9FAF8;
    width: 112px;
    padding: 8px;
    font-weight: bold;
    border: solid #F9FAF8 2px;
    border-radius: 12px;
}

.call-to-action-header {
    font-weight: 900;
    font-size: 24px;
    color: #F9FAF8;
}

.call-to-action-text {
    font-size: 18px;
    color: #E5E7EB;
}

.footer {
    height: 96px;
    font-size: 18px;
    background: #1F2937;
    color: #E5E7EB;
    display: flex;
    justify-content: center;
    align-items: center;
}