* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

svg {
    margin-right: 10px;
}

#header h2 {
    font-size: 35px;
    margin-right: auto;
}

.email {
    text-decoration: none;
    margin-left: 3px;
    color: #0071b3ff;
    font-weight: 500;
}

#home {
    align-items: center;
    display: flex;
}

h1 {
    font-size: 50px;
}

.logo-link {
    display: flex;
}

.mainbox {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1145px;
    align-items: center;
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.col-1 {
    order: 1;
    flex-direction: column;
    display: flex;
    width: 50%;
}

.col-1 h1 {
    color: #ec4057ff;
}

.col-1 h2 {
    font-size: 25px;
    color: #188bdeff;
}

.col-2 {
    order: 2;
    flex-direction: column;
    display: flex;
    width: 50%;
}

.img-fluid {
    max-width: 100%;
    /*height: 500px;*/
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.open-sans-semibold-italic {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-variation-settings: "wdth" 100;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}