Scissors-Website/src/css/HomePage.css

35 lines
559 B
CSS

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');
body {
background-color: #262626;
}
h1, h4, h5 {
color: white;
text-align: center;
position: relative;
font-family: 'IBM Plex Sans', sans-serif;
}
h1 {
top: 10vh;
font-weight: bolder;
}
h4 {
top: 10vh;
}
.download-button:hover {
transition: all 0.25s ease;
background-color: #c7c7c7 !important;
}
@media only screen and (max-width: 768px) {
h1 {
font-size: 7vw;
}
h4 {
font-size: 5vw;
}
}