html {
    height: 600vh;
    width: 100%;
}

body {
    margin: 0;
    background: rgb(239, 255, 226);
    border: hidden;
    width: 100%;
}

.gradienttored {
    width: 100%;
    background-image:  linear-gradient(rgb(234, 253, 219), #AE0D00);
    border: #AE0D00;
    margin-block-start: 0%;
    padding:0%;
    margin:0%;
    border: hidden;
    display: flex;
}

.firstscreen {
    text-size-adjust: auto;
    background: linear-gradient(rgb(0, 0, 0), #AE0D00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    height: 200vw;
    border: hidden;
    display: flex;
    overflow: hidden;
}

.gotas {
    position: relative;
    width: 100%;
    -webkit-text-fill-color: #AE0D00;
    background:  linear-gradient(#AE0D00, rgb(234, 253, 219));
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    height: 60vh;
}

.um {
    letter-spacing: 10vw;
    position: absolute;
    left: 3em;
    
}

.dois {
    margin-top: 4vw;
    letter-spacing: 10vw;
    top: 1em;
    bottom:10em;
    left: 8em;
    right: auto;
    position: absolute;
}

.três {
    letter-spacing: 10vw;
    margin-top: 1vw;
    top: 1em;
    bottom:10em;
    left: auto;
    right: 4em;
    position: absolute;
}

.assassino {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 110px;
    text-align: center;
    font-family: 'Cormorant', serif;
    text-shadow: 2vw 2vw rgba(174, 12, 0, 0.616);
}
