*{
    box-sizing: border-box;
}

body {
    margin: 0;
}

.menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

#btn-home {
    background-color: #C1A3A3;
    padding: 5px 10px;
    position: fixed;
    bottom: 10px;
    z-index: 99;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    right: 10px;
}

#btn-home:hover {
    background-color: #FCAC0C;
}

@media all and (max-width: 1315px) {
    img {
        width: 100%;
    }
}
