* {
    box-sizing: border-box;
}
body {
    background-color: #ffec4d;
    
    color: black;
    font-family: sans-serif;    
    height: 100%;
    min-height: 100%;
    width:100%;
    font-size:20px;
}
a {
    color: black;
}

.info {
    line-height:4vw;
    padding-top:4vw;
}

.leftside,.rightside {
    width:50%;
    height:100%;
    min-height: 100%;
}
.leftside{
    float:left;
}
.rightside{
    float:right;
    padding:4px;
    font-size:2vw;
}
.leftside img{
    object-fit:cover;
    width:100%;
    height:100%;
    

}

h1,h2 {
    font-family: 'Monoton', cursive;

font-weight: normal;
}
h2 {
    font-size: 40px;   
}
h1 {
    font-size: 60px;   
}
.copy {
    width:800px;   
    margin:auto;
}

button{
        width:200px;
        border: none;
        outline: none;
        font-size: 30px;
        height:50px;
        background-color: black;
        color:white;
    }
