body {
    font-family: "Roboto", sans-serif;
    color: #434455;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
p {
    margin: 0;
}

img {
    display: block;
}

h2 {
    text-align: center;
}

button {
    cursor: pointer;
}

.logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2e2f42;
    text-transform: uppercase;
}

.logo-web {
    color: #4d5ae5;
}

.footer-logo {
    color: #ffffff;
}

.header-link {
    font-weight: 500;
    color: #2e2f42;
}

.header-address {
    font-style: normal;
}

.header-address-link {
    color: #434455;
}

.portfolio-title {
    text-align: center;
}

.portfolio-subtitle {
    font-weight: 500;
    color: #2e2f42;
}

.portfolio-text {
    color: #434455;
}

.footer {
    background-color: #2e2f42;
}

.footer-text {
    color: #f4f4fd;
}