body {
    padding: 0;
    height:100vh;
    margin:0;
    display: flex;
    align-content: center;
    align-items: center;
}

.grid-container{
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "grid_1 grid_2"
        "grid_1 grid_3";
    width:100%;
}

.grid-item {
    border: 0px solid rgb(255, 255, 255);
    font-size: calc(1vw + 10px);
    text-align: center;
}

#grid1 {
    grid-area: grid_1;
    text-align: right;
}

#grid2 {
    grid-area: grid_2;
    padding-left: 50px;
    padding-top: 100px;
}

#grid3 {
    grid-area: grid_3;
    text-align: left;
}

.welcome {
    width: fit-content;
    height: auto;
    border: 2px solid rgb(255, 255, 0);
    border-right-color: transparent;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: calc(1vw + 10px);
    padding-left:1em;
    align-items: right;
    color: rgb(253, 253, 150);
    font-size: calc(3.5vw + 10px);
    text-align: right;
    font-weight: bold;
    float:right;
}

.small {
    font-size: calc(1vw + 10px);
    color: rgb(255, 255, 255);
    text-align: right;
    font-weight: normal;
}

#peerviewbyrdev {
    font-size: calc(1.5vw + 10px);
    height: 5em;
    transition: 0.5s all;
}

#peerviewbyrdev:hover {
    filter: brightness(0.5);
}

#box{
    position: relative;
    width: calc(46.2vw + 10px);
}

.container {
    position: relative;
}

.arrow1 {
    position: absolute;
    top: 54%;
    right: 0;
    width: calc(2vw + 10px);
    height: calc(12.3vw + 10px);
    border: 2px solid #e58988;
    border-top-right-radius: 10px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.arrow2 {
    position: relative;
    width: calc(35vw + 10px);
    height: calc(8vw + 10px);
    border-left: 1px solid #e58988;
    border-bottom: 2px solid #e58988;
    border-right: 2px solid #e58988;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-color: transparent;
    padding: 20px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 {
    position: relative;
}

.arrowhead1 {
    position: absolute;
    top: 2%;
    right: calc(-0.6vw - 2.5px);
    width: calc(0.7vw + 5px);
    height: calc(0.7vw + 5px);
    border: 2px solid #e58988;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg)
}

.arrowhead2 {
    position: absolute;
    top: 6%;
    right: calc(-0.6vw - 2.5px);
    width: calc(0.7vw + 5px);
    height: calc(0.7vw + 5px);
    border: 2px solid #e58988;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg)
}

.usersnotes {
    position: absolute;
    top: 35%;
    left: 65%;
    transform: translateX(-50%);
    font-size: 1.5em;
    text-align: center;
}

.google-btn {
    position: absolute;
    top: 55%;
    left: 65%;
    transform: translateX(-50%);
    font-size: 1em;
    width: fit-content;
    height: 1em;
    padding:0.7em 1em 0.7em 3em;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    transition: 0.5s all;
}

.google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 1em;
    width: calc(2.4em - 2px);
    height: calc(2.4em - 2px);
    border-radius: 2px;
    background-color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;

}

.google-icon {
    width: 70%;
    height: 70%;
}

.btn-text {
    float: right;
    margin: 0;
    color: #fff;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
    filter:brightness(0.8)
}

.google-btn:active {
    background: #1669F2;
}

@media only screen and (max-width: 600px) {
    .arrowhead2 {
        position: absolute;
        top: 82.5%;
        right: calc(-34.5vw - 2.5px);
        width: calc(0.7vw + 5px);
        height: calc(0.7vw + 5px);
        border: 2px solid #e58988;
        border-right-color: transparent;
        border-top-color: transparent;
        transform: rotate(45deg)
    }

    .arrowhead1 {
        
        position: absolute;
        top: 82.5%;
        right: calc(-33vw - 2.5px);
        width: calc(0.7vw + 5px);
        height: calc(0.7vw + 5px);
        border: 2px solid #e58988;
        border-right-color: transparent;
        border-top-color: transparent;
        transform: rotate(45deg)
    }

    #peerviewbyrdev {
        font-size: calc(10vw + 10px);
        height: 7rem;
        
    }

    .arrow2 {
        position: relative;
        width: 80vw;
        height: calc(8vw + 10px);
        border: transparent;
        padding-top: 5rem;
        padding-left: 3.5rem;
    }

    .arrow1 {
        display:none;
        position: absolute;
        top: 54%;
        right: -2%;
        width: calc(7vw + 10px);
        height: calc(113vw + 10px);
        border: 2px solid #e58988;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-left-color: transparent;
    }

    .usersnotes {
        position: absolute;
        top:35%;
        right:0;
        left:unset;
        text-align: center;
    }

    #box {
        position: relative;
        width: calc(90vw + 10px);
    }

    .welcome {
        width: calc(80vw + 10px);
        height: auto;
        border: 2px solid rgb(255, 255, 0);
        border-radius: 0.5em;
        padding: 1rem;
        align-items: right;
        color: rgb(253, 253, 150);
        font-size: calc(5.3vw + 10px);
        text-align: center;
    }
    .small{
        font-size:0.6em;
    }
    .welcome *{
        text-align: center;
    }

    #grid1 {
        grid-area: grid_1;
        text-align: center;
    }

    #grid2 {
        grid-area: grid_2;
        padding:0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "grid_2"
            "grid_1"
            "grid_1"
            "grid_3";
        height:100vh;
    }

    .google-btn {
        position: absolute;
        top: 55%;
        right: 0%;
        left: unset;
        background-color: #4285f4;
        border-radius: 2px;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
    }
}