.section {
    min-height: 100vh;
}

.text-red{
    color: #d71e41;
}

.bg-yellow{
    background-color: #FADE7B;
}

.text-grey{
    color: #3a3636;
}

@media only screen and (min-width: 768px) {
    .left {
        transform: skewX(-9deg);
        transform-origin: top right;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content{
        transform: skewX(9deg);
    }
}

.content{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.left{
    display: flex;
    align-items: center;
    justify-content: center;
}

.right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}

.image{
    width: 50vh;
}

.social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100rem;
  }
  
.copyright{
    position: relative;
    bottom:0;
}