* {
  box-sizing: border-box;
  margin: 0;
}

body, html {
    font-family: "Roboto", sans-serif;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: fixed;
    z-index: 2;
}

.home {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 19px;
    top: 32px;
    transition: all .2s ease-in-out;
}

.home:hover {
    transform: scale(1.1);
}

.portobutton {
    position: absolute;
    left: 947px;
    top: 45px;
    transition: all .2s ease-in-out;
}

.portobutton:hover {
    transform: scale(1.1);
}

.contactbutton {
    position: absolute;
    left: 1103px;
    top: 43px;
    transition: all .2s ease-in-out;
}

.contactbutton:hover {
    transform: scale(1.1);
}

.contactnow {
    position: absolute;
    left: 642px;
    top: 2227px;
    transition: all .2s ease-in-out;
}

.contactnow:hover {
    transform: scale(1.1);
}

.fixedbox {
    background-color: #FFFFFF;
    position: absolute;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    width: 1366px;
    height: 115px;
}

.all {
    position: absolute;
    top: 101px;
    z-index: 0;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.footer {
    margin: 0 auto;
    position: absolute;
    top: 2712px;
}