html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    color: #434455;
    line-height: 1.5;
}

main {
    flex: 1;
}

.orderservice {
    background-color: #2E2F42;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

.orderservice button {
    background-color: #4D5AE5;
    color: white;
    padding: 16px 32px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

button:hover,
button:focus {
    background-color: #404BBF;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 156px;
}

header div a {
    text-decoration: none;
    color: #434455;
    margin-left: 20px;
}

nav ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

nav ul a:hover,
nav ul a:focus,
header div a:hover,
header div a:focus {
    color: #404BBF;
}


ul a {
    color: #2E2F42;
    text-decoration: none;
    padding: 16px 32px;
}

.Portfolio ul, 
.ourteam ul ,
.about ul{
    list-style: none;
}

footer {
    background-color: #2E2F42;
    color: #FFFFFF;
    text-align: left;
    padding: 16px;
    height: 312px;
}

.logo-head {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #4D5AE5;
    text-decoration: none;
}

.logo-head span {
    color: #2E2F42;
}

.logo-foot {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #4D5AE5;
    text-decoration: none;
}

.logo-foot span {
    color: #F4F4FD;
}

footer p {
    font-size: 16px;
    margin-top: 16px;
    max-width: 264px;
}