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

body {
    background-color: #ff7b00;
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    /* margin: auto; */
    /* margin-top: 10%; */
    width: 100%;
    margin: auto;
    display: table;
}

div.klaviyo-form-Scz57P {
  width:100%;
  display: flex;
  justify-content: center;
}

#test {
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    /* Firefox */
    -webkit-animation: fadein 3s;
    /* Safari and Chrome */
    -o-animation: fadein 3s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h3 {
    /* margin-top: 0%; */
    /* padding-right: 10px; */
    display: inline;
    font-size: 1.25em;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    /* padding: 3px; */
}

a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

a:hover {
    color: #ff7b00;
    text-decoration-style: wavy;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: line-through;
    font-style: normal;
}

a:hover #logo {
    color: rgb(255, 255, 255);
}

body>h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body>div>span {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
    font-size: 0.8em;
}

.square {
    height: 100px;
    width: 100px;
    background-color: #d16602;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: -1;
}

.socials {
    font-size: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #d16602;
    margin-bottom: 0;
}

#contact {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    bottom: 70px;
    right: 30px;
    color: #000000;
    margin-bottom: 0;
    animation: fadein 5s;
    -moz-animation: fadein 5s;
    /* Firefox */
    -webkit-animation: fadein 5s;
    /* Safari and Chrome */
    -o-animation: fadein 5s;
    /* Opera */
}